Skip to content

Commit f72cba3

Browse files
authored
Update halo.py
1 parent a7d99f2 commit f72cba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

halo/halo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __init__(
9999

100100
environment = get_environment()
101101

102-
def clean_up(args):
102+
def clean_up(args=None):
103103
"""Handle cell execution"""
104104
self.stop()
105105

0 commit comments

Comments
 (0)