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 693f128 commit 97326ecCopy full SHA for 97326ec
tests/test_import.py
@@ -1,9 +1,7 @@
1
-
2
# As long as this file can be imported, we are good.
3
-from sentry_sdk import *
+from sentry_sdk import * # noqa: F403, F401
4
5
6
def test_import():
7
8
assert True
9
0 commit comments