PEP8 fixes

This commit is contained in:
Laurent Monin
2018-09-13 10:51:55 +02:00
parent 09d1551a61
commit 16a3074be4
41 changed files with 95 additions and 79 deletions

View File

@@ -178,8 +178,6 @@ class AlbumArtistFromPathTest(unittest.TestCase):
self.assertEqual(aafp(file_4, 'album', 'artist'), ('album', 'artist'))
class ImageInfoTest(unittest.TestCase):
def test_gif(self):