Skip to content

Commit

Permalink
lint (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored Apr 28, 2021
1 parent 72a0172 commit 29fd633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contrib/opencensus-ext-datadog/tests/traces_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
# }]

# for tc in test_cases:
# self.assertEqual(value_from_atts_elem(tc['elem']), tc['expected'])
# self.assertEqual(value_from_atts_elem(tc['elem']), tc['expected']) # noqa: E501

# def test_export(self):
# mock_dd_transport = mock.Mock()
Expand Down Expand Up @@ -326,7 +326,7 @@
# ]

# for tc in test_cases:
# out = atts_to_metadata(tc.get('input'), meta=tc.get('input_meta'))
# out = atts_to_metadata(tc.get('input'), meta=tc.get('input_meta')) # noqa: E501
# self.assertEqual(out, tc.get('output'))

# def test_new_trace_exporter(self):
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deps =
unit,lint,docs: -e contrib/opencensus-correlation
unit,lint,docs: -e .
unit,lint: -e contrib/opencensus-ext-azure
# unit,lint: -e contrib/opencensus-ext-datadog
; unit,lint: -e contrib/opencensus-ext-datadog
unit,lint: -e contrib/opencensus-ext-dbapi
unit,lint: -e contrib/opencensus-ext-django
unit,lint: -e contrib/opencensus-ext-flask
Expand Down

0 comments on commit 29fd633

Please sign in to comment.