Skip to content

Commit 3774899

Browse files
committed
update
1 parent 24dda70 commit 3774899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ratinabox/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ def check_params(Obj, param_keys):
751751
unexpected_keys = ", ".join([f"'{attr}'" for attr in unexpected_keys])
752752

753753
warnings.warn(
754-
f"Found {num} unexpected params key(s) while initializing"
754+
f"Found {num} unexpected params key(s) while initializing "
755755
f"{obj_class.__name__} object: {unexpected_keys}.\nIf you intended to set this parameter, ignore this message. To see all default parameters for this class call {obj_class.__name__}.get_all_default_params()."
756756
)
757757

0 commit comments

Comments
 (0)