Skip to content

Commit a2ddd4c

Browse files
committed
fix: pylint errors
1 parent 4166ceb commit a2ddd4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sagemaker/local/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def recursive_copy(source, destination):
9393

9494
def kill_child_processes(pid):
9595
"""Kill child processes
96+
9697
Kills all nested child process ids for a specific pid
9798
9899
Args:
@@ -105,6 +106,7 @@ def kill_child_processes(pid):
105106

106107
def get_child_process_ids(pid):
107108
"""Retrieve all child pids for a certain pid
109+
108110
Recursively scan each childs process tree and add it to the output
109111
110112
Args:

0 commit comments

Comments
 (0)