Skip to content

Commit

Permalink
fix: stylefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Aug 1, 2018
1 parent 2b9d172 commit 9094db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_sdk/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def init(*args, **kwargs):
return _InitGuard(client)


from . import minimal as sentry_minimal
from . import minimal as sentry_minimal

__all__ = ["Hub", "Scope", "Client", "init"] + sentry_minimal.__all__

Expand Down

0 comments on commit 9094db8

Please sign in to comment.