Skip to content

Commit 2e8183b

Browse files
committed
Fixup precommit
1 parent bc46c5d commit 2e8183b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util/opentelemetry-util-genai/tests/test_upload.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ def test_shutdown_no_items(self):
150150
self.hook.shutdown()
151151

152152
@skipIf(
153-
python_implementation().lower() == "pypy", "fails randomly on pypy: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3812"
153+
python_implementation().lower() == "pypy",
154+
"fails randomly on pypy: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3812",
154155
)
155156
def test_upload_then_shutdown(self):
156157
self.hook.on_completion(

0 commit comments

Comments
 (0)