Skip to content

Commit

Permalink
add barrel file for django discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
Christinarlong committed Nov 15, 2024
1 parent e3940a2 commit 8677363
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sentry/notifications/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from sentry.notifications.models.notificationmessage import NotificationMessage
from sentry.notifications.models.notificationsettingbase import NotificationSettingBase

__all__ = ("NotificationSettingBase", "NotificationMessage")

0 comments on commit 8677363

Please sign in to comment.