mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
Update confit to match pep8 naming standards
This commit is contained in:
parent
79d602b2a0
commit
64e16b5004
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class ConfigSource(dict):
|
|||
)
|
||||
|
||||
@classmethod
|
||||
def of(self, value):
|
||||
def of(cls, value):
|
||||
"""Given either a dictionary or a `ConfigSource` object, return
|
||||
a `ConfigSource` object. This lets a function accept either type
|
||||
of object as an argument.
|
||||
|
|
|
|||
Loading…
Reference in a new issue