From 659a0862f6dc2c8c46e503fdfa2574ed8becf006 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Mon, 25 Aug 2014 18:46:19 +0200 Subject: [PATCH] PEP8 fixes --- beets/autotag/__init__.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/beets/autotag/__init__.py b/beets/autotag/__init__.py index a32a8f6f9..c9e6825e8 100644 --- a/beets/autotag/__init__.py +++ b/beets/autotag/__init__.py @@ -14,12 +14,9 @@ """Facilities for automatically determining files' correct metadata. """ -import os import logging -import re -from beets import library, mediafile, config -from beets.util import ancestry, displayable_path +from beets import config # Parts of external interface. from .hooks import AlbumInfo, TrackInfo, AlbumMatch, TrackMatch # noqa