Skip to content

Commit

Permalink
make style
Browse files Browse the repository at this point in the history
  • Loading branch information
waketzheng committed Jun 12, 2024
1 parent eb65015 commit 1d6c9b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_model_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
DoesNotExist,
IntegrityError,
MultipleObjectsReturned,
ObjectDoesNotExistError,
OperationalError,
ParamsError,
ObjectDoesNotExistError,
ValidationError,
)
from tortoise.expressions import F, Q
Expand Down
2 changes: 1 addition & 1 deletion tortoise/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
DoesNotExist,
IncompleteInstanceError,
IntegrityError,
ObjectDoesNotExistError,
OperationalError,
ParamsError,
ObjectDoesNotExistError,
)
from tortoise.fields.base import Field
from tortoise.fields.data import IntField
Expand Down

0 comments on commit 1d6c9b2

Please sign in to comment.