mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 13:02:47 +01:00
flake8 fix for #2379
This commit is contained in:
parent
f137f87878
commit
f7ebf5524f
1 changed files with 3 additions and 1 deletions
|
|
@ -909,8 +909,10 @@ class AIFFTest(ReadWriteTestBase, unittest.TestCase):
|
|||
}
|
||||
|
||||
|
||||
# Check whether we have a Mutagen version with DSF support. We can
|
||||
# remove this once we require a version that includes the feature.
|
||||
try:
|
||||
import mutagen.dsf
|
||||
import mutagen.dsf # noqa
|
||||
except:
|
||||
HAVE_DSF = False
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue