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