Skip to content

Commit

Permalink
Explicit reexport of types (#2866)
Browse files Browse the repository at this point in the history
* Explicitly reexport types to make strict mypy setups happy
  • Loading branch information
antonpirker authored and szokeasaurusrex committed Mar 27, 2024
1 parent 05d1e5c commit 86fdea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sentry_sdk/types.py
Expand Up @@ -12,3 +12,5 @@

if TYPE_CHECKING:
from sentry_sdk._types import Event, Hint # noqa: F401

__all__ = ["Event", "Hint"]

Check warning on line 16 in sentry_sdk/types.py

View check run for this annotation

Codecov / codecov/patch

sentry_sdk/types.py#L16

Added line #L16 was not covered by tests

0 comments on commit 86fdea0

Please sign in to comment.