mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
lint for yapf
This commit is contained in:
parent
6f240c9c34
commit
3f663be57f
1 changed files with 2 additions and 2 deletions
|
@ -551,8 +551,8 @@ def remove_dir_from_filepaths(base_dir: str, rdir: str):
|
|||
rdir_children = os.listdir(os.path.join(tmp_dir, rdir))
|
||||
for child in rdir_children:
|
||||
shutil.move(
|
||||
os.path.join(tmp_dir, rdir, child), os.path.join(base_dir, child)
|
||||
)
|
||||
os.path.join(tmp_dir, rdir, child),
|
||||
os.path.join(base_dir, child))
|
||||
|
||||
|
||||
def unzip_package(package_path: str,
|
||||
|
|
Loading…
Add table
Reference in a new issue