Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 18, 2024
1 parent 1de683e commit 6b291cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qtpy/tests/test_qtwebenginewidgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
@pytest.mark.skipif(
not (
(PYQT6 and _parse_version(PYQT_VERSION) >= _parse_version("6.2"))
or (PYSIDE6 and _parse_version(PYSIDE_VERSION) >= _parse_version("6.2"))
or (
PYSIDE6 and _parse_version(PYSIDE_VERSION) >= _parse_version("6.2")
)
or PYQT5
or PYSIDE2
),
Expand Down

0 comments on commit 6b291cb

Please sign in to comment.