Skip to content

Commit

Permalink
Fix syntaxerror
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso authored May 6, 2024
1 parent 64a54d1 commit 125fe97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1455,6 +1455,7 @@ def _pyside6():
import shiboken6
extras.append("shiboken6")
except ImportError as e:
print("ImportError: %s" % e)

_setup(module, extras)
Qt.__binding_version__ = module.__version__
Expand Down

0 comments on commit 125fe97

Please sign in to comment.