We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e369082 commit 26bc2aaCopy full SHA for 26bc2aa
tests/integrations/openai/test_openai.py
@@ -14,7 +14,7 @@
14
TOTAL_TOKENS_USED,
15
)
16
17
-from unittest import mock # python 3.3 and above
+from unittest import mock
18
19
20
def test_nonstreaming_chat_completion(sentry_init, capture_events):
0 commit comments