Skip to content

Commit

Permalink
fix: Add missing django import
Browse files Browse the repository at this point in the history
  • Loading branch information
bellini666 committed Jun 27, 2024
1 parent 8eca3dc commit e1ff560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strawberry_django/fields/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import functools
from typing import TYPE_CHECKING, Any, Optional, TypeVar, cast

import django
from django.db.models import ForeignKey
from strawberry import LazyType, relay
from strawberry.annotation import StrawberryAnnotation
Expand Down

0 comments on commit e1ff560

Please sign in to comment.