We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe0ec0 commit 76bfa5aCopy full SHA for 76bfa5a
opentelemetry-auto-instrumentation/tests/test_instrumentor.py
@@ -73,9 +73,7 @@ def test_run_non_empty(
73
auto_instrumentation.run()
74
self.assertEqual(
75
environ["PYTHONPATH"],
76
- pathsep.join(
77
- [self.auto_instrumentation_path, "abc"]
78
- ),
+ pathsep.join([self.auto_instrumentation_path, "abc"]),
79
)
80
81
@patch.dict(
@@ -91,7 +89,5 @@ def test_run_after_path(
91
89
92
90
93
94
95
96
97
0 commit comments