mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-08 23:50:38 +03:00
added missing import
This commit is contained in:
parent
ea69be6117
commit
16e9f221b5
|
@ -5,6 +5,7 @@ from functools import partial
|
|||
import six
|
||||
|
||||
from graphql_relay import connection_from_list
|
||||
from promise import Promise
|
||||
|
||||
from ..types import (AbstractType, Boolean, Enum, Int, Interface, List, NonNull, Scalar, String,
|
||||
Union)
|
||||
|
|
Loading…
Reference in New Issue
Block a user