Add import Q back in
This commit is contained in:
parent
5143003c68
commit
1dcfc05c32
|
|
@ -1,5 +1,6 @@
|
|||
from typing import Annotated, TYPE_CHECKING
|
||||
|
||||
from django.db.models import Q
|
||||
import strawberry
|
||||
import strawberry_django
|
||||
from strawberry.scalars import ID
|
||||
|
|
|
|||
Loading…
Reference in New Issue