Skip to content

Commit

Permalink
Update _clone_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Nov 9, 2024
1 parent e167991 commit 337cd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skbase/base/_clone_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"""
__all__ = ["_clone", "_check_clone"]

from skbase.base._clone_plugins import DEFAULT_CLONE_PLUGINS, _CloneCatchAll
from skbase.base._clone_plugins import DEFAULT_CLONE_PLUGINS

Check notice

Code scanning / CodeQL

Cyclic import Note

Import of module
skbase.base._clone_plugins
begins an import cycle.


# Adapted from sklearn's `_clone_parametrized()`
Expand Down

0 comments on commit 337cd0c

Please sign in to comment.