Skip to content

Commit fbe5c43

Browse files
authored
Fix Lint
1 parent 5b10679 commit fbe5c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: graphene_sqlalchemy/batching.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
is_sqlalchemy_version_less_than)
1111

1212

13-
def get_data_loader_impl() -> Any: # pragma: no cover
13+
def get_data_loader_impl() -> Any: # pragma: no cover
1414
"""Graphene >= 3.1.1 ships a copy of aiodataloader with minor fixes. To preserve backward-compatibility,
1515
aiodataloader is used in conjunction with older versions of graphene"""
1616
if is_graphene_version_less_than("3.1.1"):

0 commit comments

Comments
 (0)