Skip to content

Commit e2140fa

Browse files
authored
Explicit reexport of types (#2866)
* Explicitly reexport types to make strict mypy setups happy
1 parent 58da093 commit e2140fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry_sdk/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212

1313
if TYPE_CHECKING:
1414
from sentry_sdk._types import Event, Hint # noqa: F401
15+
16+
__all__ = ["Event", "Hint"]

0 commit comments

Comments
 (0)