Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
fix main window import error (I'm tired)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Blacher <[email protected]>
  • Loading branch information
Benjamin Blacher committed Mar 31, 2022
1 parent 8a45c02 commit cb8ffd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/win_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
QLabel, QMenu,
QMenuBar, QPushButton, QSizePolicy, QSpacerItem,
QStackedWidget, QTableWidget, QVBoxLayout,
QWidget)
QWidget, QAbstractItemView)

from pyqtgraph import PlotWidget
import GUI.Car_Render
Expand Down

0 comments on commit cb8ffd2

Please sign in to comment.