diff --git a/template/qtgui/mainwindow.py b/template/qtgui/mainwindow.py index 84f8077..8e6f4a3 100644 --- a/template/qtgui/mainwindow.py +++ b/template/qtgui/mainwindow.py @@ -30,7 +30,6 @@ from sys import exit as sysexit #Third Party from PyQt5 import QtCore, QtGui, QtWidgets logger.info(f"PyQt Version: {QtCore.PYQT_VERSION_STR}") -#from PyQt5 import QtOpenGL #Template Modules from .nsmclient import NSMClient