mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-16 15:12:06 +03:00
Fix formatting issue
This commit is contained in:
parent
9aca4a9667
commit
c91a7da2e7
|
@ -3,4 +3,9 @@ from .types import DjangoObjectType
|
|||
|
||||
__version__ = "2.9.1"
|
||||
|
||||
__all__ = ["__version__", "DjangoObjectType", "DjangoListField", "DjangoConnectionField"]
|
||||
__all__ = [
|
||||
"__version__",
|
||||
"DjangoObjectType",
|
||||
"DjangoListField",
|
||||
"DjangoConnectionField",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user