Skip to content

Commit

Permalink
Update pyqt in fpv example
Browse files Browse the repository at this point in the history
  • Loading branch information
ToveRumar committed Oct 15, 2024
1 parent aeb49b6 commit 3f9c6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aideck/fpv.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
except ImportError:
pass

from PyQt5 import QtCore, QtWidgets, QtGui
from PyQt6 import QtCore, QtWidgets, QtGui

logging.basicConfig(level=logging.INFO)

Expand Down

0 comments on commit 3f9c6df

Please sign in to comment.