We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b40cb9 commit c591eb0Copy full SHA for c591eb0
tests/conftest.py
@@ -21,4 +21,4 @@ def load_state_dict_from_url(monkeypatch: MonkeyPatch) -> None:
21
22
@pytest.fixture(autouse=True)
23
def torch_hub(tmp_path: Path) -> None:
24
- torch.hub.set_dir(tmp_path)
+ torch.hub.set_dir(tmp_path) # type: ignore[no-untyped-call]
0 commit comments