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 c42b2c1 commit b6aaad1Copy full SHA for b6aaad1
graphene_sqlalchemy/batching.py
@@ -10,7 +10,7 @@
10
is_sqlalchemy_version_less_than)
11
12
13
-def get_data_loader_impl() -> Any:
+def get_data_loader_impl() -> Any: # pragma: no cover
14
"""Graphene >= 3.1.1 ships a copy of aiodataloader with minor fixes. To preserve backward-compatibility,
15
aiodataloader is used in conjunction with older versions of graphene"""
16
if is_graphene_version_less_than("3.1.1"):
0 commit comments