Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 30, 2024
1 parent 1dca6e6 commit 750ad17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skbase/base/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 750ad17

Please sign in to comment.