Skip to content

Commit 920f0ff

Browse files
committed
chore: Fix or ignore new ruff lints
1 parent 064b021 commit 920f0ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mopidy_spotify/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ def get_config_schema(self):
4747
return schema
4848

4949
def setup(self, registry):
50-
from mopidy_spotify.backend import SpotifyBackend
50+
from mopidy_spotify.backend import SpotifyBackend # noqa: PLC0415
5151

5252
registry.add("backend", SpotifyBackend)
5353

5454
def get_command(self):
55-
from .commands import SpotifyCommand
55+
from .commands import SpotifyCommand # noqa: PLC0415
5656

5757
return SpotifyCommand()
5858

0 commit comments

Comments
 (0)