[ci] auto-format

This commit is contained in:
brostosjoined 2023-07-23 22:20:46 +00:00 committed by github-actions[bot]
parent 01f48c58a6
commit e32326d3ab

View file

@ -52,7 +52,7 @@ if ANDROID: # !can add ios in future
with open(filename, "rb") as f:
content = f.read()
assert hashlib.md5(content).hexdigest() == "86bc69b61947943627afc1b351c0b5db"
shutil.unpack_archive( filename, install_path)
shutil.unpack_archive(filename, install_path)
shutil.copytree(source_dir, file_path)
shutil.rmtree(Path(f"{install_path}/websocket-client-1.6.1"))
remove(path)
@ -235,7 +235,7 @@ if not ANDROID:
with open(filename, "rb") as f:
content = f.read()
assert hashlib.md5(content).hexdigest() == "f7c163cdd001af2456c09e241b90bad7"
shutil.unpack_archive( filename, install_path)
shutil.unpack_archive(filename, install_path)
shutil.copytree(source_dir, file_path)
shutil.rmtree(Path(f"{install_path}/pypresence-4.3.0"))
remove(path)