mirror of
https://github.com/beetbox/beets.git
synced 2026-01-15 20:51:38 +01:00
flake8 fixes for 2379
This commit is contained in:
parent
da89be81fc
commit
5e20cfd26e
1 changed files with 2 additions and 0 deletions
|
|
@ -901,6 +901,7 @@ class AIFFTest(ReadWriteTestBase, unittest.TestCase):
|
|||
'channels': 1,
|
||||
}
|
||||
|
||||
|
||||
try:
|
||||
import mutagen.dsf
|
||||
except:
|
||||
|
|
@ -908,6 +909,7 @@ except:
|
|||
else:
|
||||
HAVE_DSF = True
|
||||
|
||||
|
||||
@unittest.skipIf(not HAVE_DSF, "mutagen < 1.37")
|
||||
class DSFTest(ReadWriteTestBase,
|
||||
ExtendedImageStructureTestMixin, unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Reference in a new issue