We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d1e5c commit 790ee6aCopy full SHA for 790ee6a
sentry_sdk/types.py
@@ -12,3 +12,5 @@
12
13
if TYPE_CHECKING:
14
from sentry_sdk._types import Event, Hint # noqa: F401
15
+
16
+ __all__ = ["Event", "Hint"]
0 commit comments