Skip to content

Commit 1b8b917

Browse files
author
lorenabalan
committed
pragma no cover
1 parent 2af5c5f commit 1b8b917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kedro/extras/datasets/pandas/sql_dataset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def create_connection(cls, connection_str: str) -> None:
395395
need to connect to the same source.
396396
"""
397397
if connection_str in getattr(cls, "engines", {}):
398-
return
398+
return # pragma: no cover
399399

400400
engines = cls.engines if hasattr(cls, "engines") else {} # type:ignore
401401

0 commit comments

Comments
 (0)