Skip to content

Commit

Permalink
🚨 Fixed lint error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed May 25, 2024
1 parent b3eae84 commit 698bc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@


@pytest.fixture()
def empty_cache() -> None:
def empty_cache() -> None: # noqa: PT004
if CACHE_DIR.is_dir():
shutil.rmtree(CACHE_DIR, ignore_errors=True)

Expand Down

0 comments on commit 698bc81

Please sign in to comment.