diff --git a/src/sentry/mediators/__init__.py b/src/sentry/mediators/__init__.py index a8ff0caba16393..c237b67095de1e 100644 --- a/src/sentry/mediators/__init__.py +++ b/src/sentry/mediators/__init__.py @@ -1,6 +1,5 @@ from .mediator import Mediator # NOQA from .param import Param # NOQA -from .sentry_app_installations import * # NOQA from .token_exchange.grant_exchanger import GrantExchanger # noqa: F401 from .token_exchange.refresher import Refresher # noqa: F401 from .token_exchange.util import AUTHORIZATION, REFRESH, GrantTypes # noqa: F401