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 2b9d172 commit 9094db8Copy full SHA for 9094db8
sentry_sdk/api.py
@@ -21,7 +21,7 @@ def init(*args, **kwargs):
21
return _InitGuard(client)
22
23
24
-from . import minimal as sentry_minimal
+from . import minimal as sentry_minimal
25
26
__all__ = ["Hub", "Scope", "Client", "init"] + sentry_minimal.__all__
27
0 commit comments