Skip to content

Commit

Permalink
chore(datasets): don't require coverage for import
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Oct 13, 2023
1 parent 54f12b3 commit 4596898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/kedro_datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
try:
# Custom `KedroDeprecationWarning` class was added in Kedro 0.18.14.
from kedro import KedroDeprecationWarning
except ImportError:
except ImportError: # pragma: no cover

class KedroDeprecationWarning(DeprecationWarning):
"""Custom class for warnings about deprecated Kedro features."""
Expand Down

0 comments on commit 4596898

Please sign in to comment.