mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 13:33:02 +01:00
PEP8 fixes
This commit is contained in:
parent
4835475fb7
commit
659a0862f6
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue