Skip to content

Commit

Permalink
Feature #98 - fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lbleier-GSFC committed Jun 17, 2020
1 parent 12ceb37 commit 9d96799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Subsystems/tlmGUI/GenericTelemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

import zmq
from PyQt5.QtCore import QThread, pyqtSignal
from PyQt5.QtWidgets import QApplication, QDialog, QTableWidgetItem
from PyQt5.QtWidgets import (QApplication, QDialog, QHeaderView,
QTableWidgetItem)

from Ui_GenericTelemetryDialog import Ui_GenericTelemetryDialog

Expand Down

0 comments on commit 9d96799

Please sign in to comment.