Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-96 committed Jan 30, 2025
1 parent a0a4ec7 commit 8e001ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/fields/test_fk_with_unique.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from tests import testmodels
from tortoise import connections
from tortoise.contrib import test
from tortoise.exceptions import IntegrityError, NoValuesFetched, OperationalError, ValidationError
from tortoise.queryset import QuerySet
Expand Down
1 change: 0 additions & 1 deletion tests/fields/test_o2o_with_unique.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from tests import testmodels
from tortoise import connections
from tortoise.contrib import test
from tortoise.exceptions import IntegrityError, OperationalError, ValidationError
from tortoise.queryset import QuerySet
Expand Down

0 comments on commit 8e001ea

Please sign in to comment.