Skip to content

Commit 8f0fb84

Browse files
committed
Removed commeted BigInteger-int-mapping line
1 parent 8ba849b commit 8f0fb84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphene_sqlalchemy/converter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def convert_column_to_string(type, column, registry=None):
9595

9696

9797
@convert_sqlalchemy_type.register(types.SmallInteger)
98-
#@convert_sqlalchemy_type.register(types.BigInteger)
9998
@convert_sqlalchemy_type.register(types.Integer)
10099
def convert_column_to_int_or_id(type, column, registry=None):
101100
if column.primary_key:

0 commit comments

Comments
 (0)