Skip to content

Commit

Permalink
import sort
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalik committed Dec 7, 2023
1 parent 561b621 commit c03fb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from django.db.models.fields.files import ImageFieldFile

from ninja import Schema
from ninja.schema import Field, DjangoGetter
from ninja.schema import DjangoGetter, Field


class FakeManager(Manager):
Expand Down

0 comments on commit c03fb54

Please sign in to comment.