Skip to content

Commit 7713cee

Browse files
Lint error fixed
1 parent 4ece2d3 commit 7713cee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphene_mongo/fields.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def is_filterable(k):
9696
Returns:
9797
bool
9898
"""
99-
10099
if hasattr(self.fields[k].type, '_sdl'):
101100
return False
102101
if not hasattr(self.model, k):

0 commit comments

Comments
 (0)