Skip to content

Commit c03fb54

Browse files
committed
import sort
1 parent 561b621 commit c03fb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from django.db.models.fields.files import ImageFieldFile
77

88
from ninja import Schema
9-
from ninja.schema import Field, DjangoGetter
9+
from ninja.schema import DjangoGetter, Field
1010

1111

1212
class FakeManager(Manager):

0 commit comments

Comments
 (0)