Skip to content

Commit 980142d

Browse files
author
Andrew Bettke
committed
Fix linting.
1 parent 36ac562 commit 980142d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def is_type_of(cls, root, info):
134134
model = root._meta.model
135135
else:
136136
model = root._meta.model._meta.concrete_model
137-
137+
138138
return model == cls._meta.model
139139

140140
@classmethod

0 commit comments

Comments
 (0)