Skip to content

Commit 80a5b0a

Browse files
committed
fixed indentation error
1 parent d060969 commit 80a5b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_sqlalchemy/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def __init_subclass_with_meta__(cls, model=None, registry=None, skip_registry=Fa
118118

119119
if connection is not None:
120120
if not issubclass(connection, Connection) and hasattr(connection, '__call__'):
121-
connection = connection()
121+
connection = connection()
122122

123123
assert issubclass(connection, Connection), (
124124
"The connection must be a Connection. Received {}"

0 commit comments

Comments
 (0)