Skip to content

Commit c591eb0

Browse files
committed
Silence mypy warning
1 parent 3b40cb9 commit c591eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def load_state_dict_from_url(monkeypatch: MonkeyPatch) -> None:
2121

2222
@pytest.fixture(autouse=True)
2323
def torch_hub(tmp_path: Path) -> None:
24-
torch.hub.set_dir(tmp_path)
24+
torch.hub.set_dir(tmp_path) # type: ignore[no-untyped-call]

0 commit comments

Comments
 (0)