fix(tests): remove lint warnings/errors

This commit is contained in:
Steven Palma
2025-03-07 14:45:09 +01:00
parent e59ef036e1
commit 0eb56cec14
24 changed files with 163 additions and 133 deletions

View File

@@ -81,12 +81,12 @@ def mock_snapshot_download_factory(
return None
def _mock_snapshot_download(
repo_id: str,
_repo_id: str,
*_args,
local_dir: str | Path | None = None,
allow_patterns: str | list[str] | None = None,
ignore_patterns: str | list[str] | None = None,
*args,
**kwargs,
**_kwargs,
) -> str:
if not local_dir:
local_dir = LEROBOT_TEST_DIR