Skip to content

Commit 036c760

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 563212b commit 036c760

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@
2929
try:
3030
from PySide6 import QtCore, QtWidgets
3131
from PySide6.QtWidgets import QApplication, QWidget
32+
3233
pysideVersion = 6
3334
except ImportError:
3435
from PySide2 import QtCore, QtWidgets
3536
from PySide2.QtWidgets import QApplication, QWidget
37+
3638
pysideVersion = 2
3739

3840
app = None

0 commit comments

Comments
 (0)