mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-26 07:49:53 +03:00
Added missing comma
This commit is contained in:
parent
82bc8d5b9f
commit
16ae9de16b
|
@ -9,8 +9,8 @@ from .types import (
|
||||||
PageInfo,
|
PageInfo,
|
||||||
Edge,
|
Edge,
|
||||||
Connection,
|
Connection,
|
||||||
SimpleConnection
|
SimpleConnection,
|
||||||
ClientIDMutation
|
ClientIDMutation,
|
||||||
)
|
)
|
||||||
|
|
||||||
from .utils import is_node
|
from .utils import is_node
|
||||||
|
|
Loading…
Reference in New Issue
Block a user