We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df62d2 commit 80a8092Copy full SHA for 80a8092
graphene/relay/connection.py
@@ -5,7 +5,7 @@
5
import six
6
7
from graphql_relay import connection_from_list
8
-from promise import Promise, is_thenable, promisify
+from promise import is_thenable, promisify
9
10
from ..types import (AbstractType, Boolean, Enum, Int, Interface, List, NonNull, Scalar, String,
11
Union)
0 commit comments