Skip to content

Commit

Permalink
added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Globegitter authored Oct 26, 2016
1 parent ea69be6 commit 16e9f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphene/relay/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
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)
Expand Down

0 comments on commit 16e9f22

Please sign in to comment.