Remove unused variables

This commit is contained in:
Sophist
2017-05-17 15:07:12 +01:00
parent ac38501534
commit c2c37c8037
5 changed files with 5 additions and 11 deletions

View File

@@ -154,7 +154,6 @@ class AlbumArtistFromPathTest(unittest.TestCase):
def test_album_artist_from_path(self):
aafp = util.album_artist_from_path
from picard.file import File
file_1 = r"/10cc/Original Soundtrack/02 I'm Not in Love.mp3"
file_2 = r"/10cc - Original Soundtrack/02 I'm Not in Love.mp3"
file_3 = r"/Original Soundtrack/02 I'm Not in Love.mp3"