Skip to content

Commit

Permalink
Update schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodapin authored Nov 7, 2024
1 parent 289ffdc commit 6049117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangoql/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from django.core.exceptions import FieldDoesNotExist
from django.db import models
from django.db.models import ManyToManyRel, ManyToOneRel
from django.db.models.fields.generated import GeneratedField
from django.db.models.fields.related import ForeignObjectRel
from django.utils.timezone import get_current_timezone
from django.db.models.fields.generated import GeneratedField

from .ast import Comparison, Const, List, Logical, Name, Node
from .compat import text_type
Expand Down

0 comments on commit 6049117

Please sign in to comment.