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 6039305 commit c8d8d60Copy full SHA for c8d8d60
sentry_sdk/integrations/openai_agents/__init__.py
@@ -10,7 +10,7 @@
10
11
try:
12
# "agents" is too generic. If someone has an agents.py file in their project
13
- # or another package that's importable via "agents", no ImportError would not
+ # or another package that's importable via "agents", no ImportError would
14
# be thrown and the integration would enable itself even if openai-agents is
15
# not installed. That's why we're adding the second, more specific import
16
# after it, even if we don't use it.
0 commit comments