Skip to content

Commit 16e9f22

Browse files
authored
added missing import
1 parent ea69be6 commit 16e9f22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphene/relay/connection.py

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

77
from graphql_relay import connection_from_list
8+
from promise import Promise
89

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

0 commit comments

Comments
 (0)