We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2ee0f commit 99e71dfCopy full SHA for 99e71df
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