Skip to content

Commit 3f9c6df

Browse files
committed
Update pyqt in fpv example
1 parent aeb49b6 commit 3f9c6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/aideck/fpv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
except ImportError:
6565
pass
6666

67-
from PyQt5 import QtCore, QtWidgets, QtGui
67+
from PyQt6 import QtCore, QtWidgets, QtGui
6868

6969
logging.basicConfig(level=logging.INFO)
7070

0 commit comments

Comments
 (0)