We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ac0d1 commit fb6913bCopy full SHA for fb6913b
graphene_sqlalchemy/fields.py
@@ -69,7 +69,7 @@ def __init__(self, type, *args, **kwargs):
69
try:
70
model = type.Edge.node._type._meta.model
71
kwargs.setdefault('sort', sort_argument_for_model(model))
72
- except Exception as e:
+ except Exception:
73
raise Exception(
74
'Cannot create sort argument for {}. A model is required. Set the "sort" argument'
75
' to None to disabling the creation of the sort query argument'.format(type.__name__)
0 commit comments