mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
PEP8 fixes
This commit is contained in:
parent
9d0156e0da
commit
9774692dc8
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import os
|
|||
from beets.plugins import BeetsPlugin
|
||||
from beets import ui
|
||||
from beets import mediafile
|
||||
from beets.util import displayable_path, syspath, normpath
|
||||
from beets.util import displayable_path, normpath
|
||||
|
||||
|
||||
def run(lib, opts, args):
|
||||
|
|
@ -33,6 +33,7 @@ def run(lib, opts, args):
|
|||
else:
|
||||
print_tag_info(lib, args)
|
||||
|
||||
|
||||
def print_tag_info(lib, args):
|
||||
"""Print tag info for each file referenced by args.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue