mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 06:22:48 +01:00
Disable pep8 name check and correct argument name
This commit is contained in:
parent
64e16b5004
commit
77b48bac7e
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ class Distance(object):
|
|||
self._penalties = {}
|
||||
|
||||
@LazyClassProperty
|
||||
def _weights(self):
|
||||
def _weights(cls): # noqa
|
||||
"""A dictionary from keys to floating-point weights.
|
||||
"""
|
||||
weights_view = config['match']['distance_weights']
|
||||
|
|
|
|||
Loading…
Reference in a new issue