forked from tangger/lerobot
pre-commit run -a
This commit is contained in:
@@ -3,11 +3,9 @@ import zipfile
|
||||
from pathlib import Path
|
||||
|
||||
import requests
|
||||
from tensordict import TensorDictBase
|
||||
import tqdm
|
||||
|
||||
|
||||
|
||||
def download_and_extract_zip(url: str, destination_folder: Path) -> bool:
|
||||
print(f"downloading from {url}")
|
||||
response = requests.get(url, stream=True)
|
||||
@@ -30,4 +28,3 @@ def download_and_extract_zip(url: str, destination_folder: Path) -> bool:
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user