Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodapin committed Nov 10, 2024
1 parent 4b06e15 commit 87a9194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions djangoql/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
from .compat import text_type
from .exceptions import DjangoQLSchemaError


try:
from django.db.models.fields.generated import (
from django.db.models.fields.generated import \
GeneratedField # Django >= 5.0
)
except ImportError:
GeneratedField = None

Expand Down

0 comments on commit 87a9194

Please sign in to comment.