From e645c19761fd3e17e7a2bae911b0ccee3339efac Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 6 Feb 2021 18:01:03 +0100 Subject: [PATCH] Fix flake8 error --- 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 cfe07eb7..dae234c0 100644 --- a/nw/gui/build.py +++ b/nw/gui/build.py @@ -32,7 +32,7 @@ import os from time import time from datetime import datetime -from PyQt5.QtCore import Qt, QByteArray, QTimer +from PyQt5.QtCore import Qt, QTimer from PyQt5.QtPrintSupport import QPrinter, QPrintPreviewDialog from PyQt5.QtGui import ( QPalette, QColor, QFont, QCursor, QFontInfo