Skip to content

Commit 23b8dc4

Browse files
committed
minor: Import reduce.
1 parent d5cb59d commit 23b8dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_mongo/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import absolute_import
22

33
from collections import OrderedDict
4-
from functools import partial
4+
from functools import partial, reduce
55

66
from graphene import Field
77
from graphene.relay import ConnectionField

0 commit comments

Comments
 (0)