Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
regosen committed Jul 24, 2021
1 parent 8ea08b2 commit 57bcd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_cover_art/meta/meta_mp3.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .meta_audio import MetaAudio
from mutagen.mp3 import MP3
from mutagen.id3 import ID3, APIC, error
from mutagen.id3 import ID3, APIC

class MetaMP3(MetaAudio):
def __init__(self, path):
Expand Down

0 comments on commit 57bcd66

Please sign in to comment.