Skip to content

Commit 69e75f2

Browse files
committed
Remove PyQt5 reference and use python_qt_binding instead
1 parent 32f3f01 commit 69e75f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coffee_ws/src/coffee_vision/coffee_vision/face_detection_node.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
from geometry_msgs.msg import Vector3
1616
from cv_bridge import CvBridge
1717

18-
from PyQt5.QtWidgets import QApplication, QMainWindow, QLabel, QVBoxLayout, QWidget, QGridLayout, QHBoxLayout
19-
from PyQt5.QtGui import QPixmap, QImage
20-
from PyQt5.QtCore import QTimer, Qt, QSize
18+
from python_qt_binding.QtWidgets import QApplication, QMainWindow, QLabel, QVBoxLayout, QWidget, QGridLayout, QHBoxLayout
19+
from python_qt_binding.QtGui import QPixmap, QImage
20+
from python_qt_binding.QtCore import QTimer, Qt, QSize
2121

2222
# Import face recognition core class
2323
from .recognition_memory import RecogniserBN

0 commit comments

Comments
 (0)