Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 29fd633

Browse files
authored
lint (#1027)
1 parent 72a0172 commit 29fd633

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/opencensus-ext-datadog/tests/traces_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
# }]
9292

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

9696
# def test_export(self):
9797
# mock_dd_transport = mock.Mock()
@@ -326,7 +326,7 @@
326326
# ]
327327

328328
# for tc in test_cases:
329-
# out = atts_to_metadata(tc.get('input'), meta=tc.get('input_meta'))
329+
# out = atts_to_metadata(tc.get('input'), meta=tc.get('input_meta')) # noqa: E501
330330
# self.assertEqual(out, tc.get('output'))
331331

332332
# def test_new_trace_exporter(self):

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deps =
1818
unit,lint,docs: -e contrib/opencensus-correlation
1919
unit,lint,docs: -e .
2020
unit,lint: -e contrib/opencensus-ext-azure
21-
# unit,lint: -e contrib/opencensus-ext-datadog
21+
; unit,lint: -e contrib/opencensus-ext-datadog
2222
unit,lint: -e contrib/opencensus-ext-dbapi
2323
unit,lint: -e contrib/opencensus-ext-django
2424
unit,lint: -e contrib/opencensus-ext-flask

0 commit comments

Comments
 (0)