Skip to content

Commit b3c43a0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 842c080 commit b3c43a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qtpy/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,11 @@ def __init__(self, *, missing_package=None, **superclass_kwargs):
278278
if API in PYSIDE6_API:
279279
try:
280280
from PySide6 import __version__ as PYSIDE_VERSION # analysis:ignore
281+
281282
if PYSIDE_VERSION == "6.8.0":
282283
print(
283284
"A known critical bug in PySide6 6.8.0 will cause your application to crash "
284-
"see https://github.com/spyder-ide/qtpy/issues/494"
285+
"see https://github.com/spyder-ide/qtpy/issues/494",
285286
)
286287
from PySide6.QtCore import __version__ as QT_VERSION # analysis:ignore
287288

0 commit comments

Comments
 (0)