From 918d9c6470f69ce0da0de893523b3ba2723822dd Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Tue, 23 Jun 2020 20:45:34 +0200 Subject: [PATCH] Forgot to clean up imports --- nw/gui/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/gui/build.py b/nw/gui/build.py index 4fc0e42d..bb800c28 100644 --- a/nw/gui/build.py +++ b/nw/gui/build.py @@ -40,7 +40,7 @@ from PyQt5.QtGui import ( ) from PyQt5.QtWidgets import ( QDialog, QVBoxLayout, QHBoxLayout, QTextBrowser, QPushButton, QLabel, - QLineEdit, QGroupBox, QGridLayout, QProgressBar, QMenu, QAction, QFrame, + QLineEdit, QGroupBox, QGridLayout, QProgressBar, QMenu, QAction, QFileDialog, QFontDialog, QSpinBox )