Skip to content

Commit

Permalink
Silence mypy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Aug 31, 2024
1 parent 3b40cb9 commit c591eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def load_state_dict_from_url(monkeypatch: MonkeyPatch) -> None:

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

0 comments on commit c591eb0

Please sign in to comment.