Skip to content

Commit b6aaad1

Browse files
authored
Added nocov to conditional import
1 parent c42b2c1 commit b6aaad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_sqlalchemy/batching.py

Lines changed: 1 addition & 1 deletion
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:
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)