Skip to content

Commit 3b6e89f

Browse files
committed
1 parent bcf53a5 commit 3b6e89f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/strawberry/transformers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
from rest_framework import fields as drf_fields
1414
from rest_framework import serializers
1515
from strawberry.annotation import StrawberryAnnotation
16-
from strawberry.field import StrawberryField
1716
from strawberry.file_uploads import Upload as StrawberryUploadField
18-
from strawberry.type import get_object_definition
17+
from strawberry.types.base import get_object_definition
18+
from strawberry.types.field import StrawberryField
1919
from strawberry_django.type import _process_type
2020

2121
from . import types

0 commit comments

Comments
 (0)