Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Nov 8, 2023
1 parent a8f9a7b commit 9654f88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/pytest_fzf/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import shutil

from iterfzf import iterfzf
from iterfzf import iterfzf # type: ignore[import-untyped]

BAT_AVAILABLE = shutil.which("bat")
BAT_CMD = "bat --color=always --language=python"
Expand Down
3 changes: 0 additions & 3 deletions tests/test_pytest_fzf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-


def test_help_message(testdir):
result = testdir.runpytest(
"--help",
Expand Down

0 comments on commit 9654f88

Please sign in to comment.