Skip to content

Commit 8819610

Browse files
committed
Fixed import
1 parent b06f44e commit 8819610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/core/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Enum(object):
1818
GraphQLFloat,
1919
GraphQLInputObjectField,
2020
)
21-
from graphene.utils import to_camel_case, ProxySnakeDict
21+
from graphene.utils import to_camel_case, ProxySnakeDict, enum_to_graphql_enum
2222
from graphene.core.types import BaseObjectType, InputObjectType
2323
from graphene.core.scalars import GraphQLSkipField
2424

0 commit comments

Comments
 (0)