Skip to content

Commit b185d28

Browse files
committed
default actions to None in constructor
1 parent eaa56f5 commit b185d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/debugger/debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def __init__(
150150
volume_size_in_gb,
151151
rule_parameters,
152152
collections_to_save,
153-
actions,
153+
actions=None,
154154
):
155155
"""Configure the debugging rules using the following classmethods.
156156

0 commit comments

Comments
 (0)