Skip to content

Commit

Permalink
ref: remove .query star import from sentry.db.models.__init__ (#73073)
Browse files Browse the repository at this point in the history
<!-- Describe your PR here. -->
  • Loading branch information
asottile-sentry authored Jun 20, 2024
1 parent 32e1413 commit 8e4a15a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/sentry/db/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
from .base import * # NOQA
from .fields import * # NOQA
from .query import * # NOQA
2 changes: 1 addition & 1 deletion src/sentry/nodestore/django/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from django.utils import timezone

from sentry.db.models import create_or_update
from sentry.db.models.query import create_or_update
from sentry.nodestore.base import NodeStorage
from sentry.utils.strings import compress, decompress

Expand Down

0 comments on commit 8e4a15a

Please sign in to comment.