Skip to content

Commit 2ec0ea9

Browse files
committed
Lint fix
1 parent b8deb92 commit 2ec0ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-asgi/tests/test_asgi_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def setUp(self):
315315

316316
self.env_patch.start()
317317

318-
def subTest(self, msg = ..., **params):
318+
def subTest(self, msg=..., **params):
319319
sub = super().subTest(msg, **params)
320320
# Reinitialize test state to avoid state pollution
321321
self.setUp()

0 commit comments

Comments
 (0)