Skip to content

Commit

Permalink
Fix strawberry release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thenav56 committed Jul 27, 2024
1 parent bcf53a5 commit 3b6e89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/strawberry/transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
from rest_framework import fields as drf_fields
from rest_framework import serializers
from strawberry.annotation import StrawberryAnnotation
from strawberry.field import StrawberryField
from strawberry.file_uploads import Upload as StrawberryUploadField
from strawberry.type import get_object_definition
from strawberry.types.base import get_object_definition
from strawberry.types.field import StrawberryField
from strawberry_django.type import _process_type

from . import types
Expand Down

0 comments on commit 3b6e89f

Please sign in to comment.