From 750ad175e8ce5471b0a5f10e30301fcca07fb3e2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:23:12 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- skbase/base/_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skbase/base/_base.py b/skbase/base/_base.py index c2146f53..d3fb485d 100644 --- a/skbase/base/_base.py +++ b/skbase/base/_base.py @@ -78,7 +78,7 @@ class BaseObject(_FlagManager): "print_changed_only": True, "check_clone": False, # whether to execute validity checks in clone "clone_config": True, # clone config values (True) or use defaults (False) - "clone_attrs": None # list of str, additional attributes to clone + "clone_attrs": None, # list of str, additional attributes to clone } def __init__(self):