Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 22, 2023
1 parent d2ae87e commit 58ea1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
pytest_plugins = []

try:
import pytestqt
import pytestqt # noqa: F401
except ModuleNotFoundError:
pass
else:
pytest_plugins.append("pytest-qt")

try:
import pytest_click
import pytest_click # noqa: F401
except ModuleNotFoundError:
pass
else:
Expand Down

0 comments on commit 58ea1bc

Please sign in to comment.