From 5391db12e775545a5361d9a51b607a2be4ddcf47 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sun, 13 Jan 2019 10:22:25 +0100 Subject: [PATCH] Remove unused imports --- picard/ui/options/general.py | 1 - test/test_imagelist.py | 1 - 2 files changed, 2 deletions(-) diff --git a/picard/ui/options/general.py b/picard/ui/options/general.py index 83623af6b..c318ae8f5 100644 --- a/picard/ui/options/general.py +++ b/picard/ui/options/general.py @@ -18,7 +18,6 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. from PyQt5 import QtCore -from PyQt5.QtWidgets import QInputDialog from picard import config from picard.const import ( diff --git a/test/test_imagelist.py b/test/test_imagelist.py index 6565c462c..79ed95ba8 100644 --- a/test/test_imagelist.py +++ b/test/test_imagelist.py @@ -2,7 +2,6 @@ import struct from test.picardtestcase import PicardTestCase -import unittest from picard.album import Album from picard.cluster import Cluster