Skip to content

Commit

Permalink
fix import reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
collerek committed Mar 23, 2024
1 parent 6cb0af2 commit d8db468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ormar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"""

from ormar.protocols import QuerySetProtocol, RelationProtocol # noqa: I001
from importlib.metadata import version

from ormar.decorators import ( # noqa: I100
Expand Down Expand Up @@ -73,7 +74,6 @@

# noqa: I100
from ormar.models import ExcludableItems, Extra, Model, OrmarConfig
from ormar.protocols import QuerySetProtocol, RelationProtocol # noqa: I001
from ormar.queryset import OrderAction, QuerySet, and_, or_
from ormar.relations import RelationType
from ormar.signals import Signal
Expand Down

0 comments on commit d8db468

Please sign in to comment.