lint for yapf

This commit is contained in:
simon-mo 2022-03-24 17:08:21 -07:00
parent 6f240c9c34
commit 3f663be57f

View file

@ -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,