mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-02-23 07:00:59 +03:00
Actually, let's not do this to avoid circular imports
This commit is contained in:
parent
2a888ac993
commit
b639034061
|
@ -14,7 +14,6 @@ else:
|
||||||
from .list_filter import ListFilter
|
from .list_filter import ListFilter
|
||||||
from .range_filter import RangeFilter
|
from .range_filter import RangeFilter
|
||||||
from .typed_filter import TypedFilter
|
from .typed_filter import TypedFilter
|
||||||
from ..filters import DjangoFilterConnectionField
|
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"DjangoFilterConnectionField",
|
"DjangoFilterConnectionField",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user