Remove unused imports

This commit is contained in:
Wieland Hoffmann
2019-01-13 10:22:25 +01:00
parent a13c39e2e4
commit 5391db12e7
2 changed files with 0 additions and 2 deletions

View File

@@ -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 (

View File

@@ -2,7 +2,6 @@
import struct
from test.picardtestcase import PicardTestCase
import unittest
from picard.album import Album
from picard.cluster import Cluster