fix: Lint fixes of last errors in app
This commit is contained in:
@@ -63,7 +63,7 @@ class PlaylistService:
|
||||
# Fallback to main playlist if no current playlist is set
|
||||
return await self.get_main_playlist()
|
||||
|
||||
async def create_playlist(
|
||||
async def create_playlist( # noqa: PLR0913
|
||||
self,
|
||||
user_id: int,
|
||||
name: str,
|
||||
@@ -101,7 +101,7 @@ class PlaylistService:
|
||||
logger.info("Created playlist '%s' for user %s", name, user_id)
|
||||
return playlist
|
||||
|
||||
async def update_playlist(
|
||||
async def update_playlist( # noqa: PLR0913
|
||||
self,
|
||||
playlist_id: int,
|
||||
user_id: int,
|
||||
|
||||
Reference in New Issue
Block a user