Skip to content

Commit

Permalink
ci: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Jul 21, 2023
1 parent 7208f8b commit 0667246
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testmodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
from pydantic import ConfigDict

from tortoise import fields
from tortoise.exceptions import NoValuesFetched, ValidationError
from tortoise.fields import NO_ACTION
from tortoise.exceptions import ValidationError
from tortoise.fields import NO_ACTION
from tortoise.manager import Manager
from tortoise.models import Model
from tortoise.queryset import QuerySet
Expand Down

0 comments on commit 0667246

Please sign in to comment.