Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodapin committed Nov 9, 2024
1 parent 2d44cde commit 4b06e15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion djangoql/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
from .exceptions import DjangoQLSchemaError

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

Expand Down

0 comments on commit 4b06e15

Please sign in to comment.