Skip to content

Commit 80a8092

Browse files
committed
Removed unused Promise import
1 parent 3df62d2 commit 80a8092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/relay/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import six
66

77
from graphql_relay import connection_from_list
8-
from promise import Promise, is_thenable, promisify
8+
from promise import is_thenable, promisify
99

1010
from ..types import (AbstractType, Boolean, Enum, Int, Interface, List, NonNull, Scalar, String,
1111
Union)

0 commit comments

Comments
 (0)