Skip to content

Commit b1731f5

Browse files
authored
Update and rename GraphGui.py to GraphGuiApplication.py
1 parent fe3276c commit b1731f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

GraphGui.py renamed to GraphGuiApplication.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ def closeEvent(self, event):
345345

346346

347347
if __name__ == "__main__":
348-
import sys
349348
app = QtWidgets.QApplication(sys.argv)
350349
MainWindow = MainGraphWindow()
351350
ui = Ui_MainWindow()

0 commit comments

Comments
 (0)