Skip to content

Commit

Permalink
absolute imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Christinarlong committed Nov 15, 2024
1 parent 14e6e6e commit e3940a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/sentry/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from ..notifications.models.notificationmessage import * # NOQA
from .activity import * # NOQA
from .apiapplication import * # NOQA
from .apiauthorization import * # NOQA
Expand Down
3 changes: 1 addition & 2 deletions src/sentry/models/notificationsettingoption.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

from sentry.backup.scopes import RelocationScope
from sentry.db.models import control_silo_model, sane_repr

from ..notifications.models.notificationsettingbase import NotificationSettingBase
from sentry.notifications.models.notificationsettingbase import NotificationSettingBase


@control_silo_model
Expand Down
3 changes: 1 addition & 2 deletions src/sentry/models/notificationsettingprovider.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

from sentry.backup.scopes import RelocationScope
from sentry.db.models import control_silo_model, sane_repr

from ..notifications.models.notificationsettingbase import NotificationSettingBase
from sentry.notifications.models.notificationsettingbase import NotificationSettingBase


@control_silo_model
Expand Down

0 comments on commit e3940a2

Please sign in to comment.