Skip to content

Commit 4858520

Browse files
committed
remove argument typings (python 2.7 compliance)
1 parent b728bae commit 4858520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_mongo/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def construct_self_referenced_fields(self_referenced, registry):
7171
return fields
7272

7373

74-
def create_graphene_generic_class(object_type: type, option_type: type):
74+
def create_graphene_generic_class(object_type, option_type):
7575

7676
class MongoengineGenericObjectTypeOptions(option_type):
7777

0 commit comments

Comments
 (0)