Skip to content

Commit

Permalink
Merge branch 'clone_plugins' of https://github.com/sktime/skbase into…
Browse files Browse the repository at this point in the history
… clone_plugins
  • Loading branch information
fkiraly committed Nov 10, 2024
2 parents c12bfc1 + 1c944d1 commit 88feb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skbase/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
SKBASE_FUNCTIONS_BY_MODULE = SKBASE_PUBLIC_FUNCTIONS_BY_MODULE.copy()
SKBASE_FUNCTIONS_BY_MODULE.update(
{
"skbase.base._clone_base":{"_check_clone", "_clone"},
"skbase.base._clone_base": {"_check_clone", "_clone"},
"skbase.base._clone_plugins": ("_default_clone",),
"skbase.base._pretty_printing._object_html_repr": (
"_get_visual_block",
Expand Down

0 comments on commit 88feb5d

Please sign in to comment.