mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-24 02:09:56 +00:00
Remove unused variables
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user