We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064b021 commit 920f0ffCopy full SHA for 920f0ff
src/mopidy_spotify/__init__.py
@@ -47,12 +47,12 @@ def get_config_schema(self):
47
return schema
48
49
def setup(self, registry):
50
- from mopidy_spotify.backend import SpotifyBackend
+ from mopidy_spotify.backend import SpotifyBackend # noqa: PLC0415
51
52
registry.add("backend", SpotifyBackend)
53
54
def get_command(self):
55
- from .commands import SpotifyCommand
+ from .commands import SpotifyCommand # noqa: PLC0415
56
57
return SpotifyCommand()
58
0 commit comments