mirror of
https://github.com/beetbox/beets.git
synced 2025-12-22 08:34:23 +01:00
Whitespace for flake8.
This commit is contained in:
parent
acd5c6404f
commit
f37df2dbd4
1 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ from beets.ui import decargs, print_, Subcommand
|
|||
from beets import config
|
||||
from beets.dbcore import types
|
||||
|
||||
|
||||
def _missing_count(album):
|
||||
"""Return number of missing items in `album`.
|
||||
"""
|
||||
|
|
@ -83,7 +84,7 @@ class MissingPlugin(BeetsPlugin):
|
|||
"""
|
||||
|
||||
album_types = {
|
||||
'missing': types.INTEGER,
|
||||
'missing': types.INTEGER,
|
||||
}
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue