[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
a274308330
commit
de2cddc606
1 changed files with 5 additions and 1 deletions
|
|
@ -545,7 +545,11 @@ def test_predownload_base_honors_cancel_between_files(monkeypatch):
|
|||
def __init__(self, token = None):
|
||||
pass
|
||||
|
||||
def model_info(self, repo, files_metadata = True):
|
||||
def model_info(
|
||||
self,
|
||||
repo,
|
||||
files_metadata = True,
|
||||
):
|
||||
return types.SimpleNamespace(
|
||||
siblings = [
|
||||
_sibling("model_index.json", 1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue