Skip to content

Commit 1da07f8

Browse files
committed
fix linting issues
1 parent c183feb commit 1da07f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

musify/libraries/remote/core/library.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,9 @@ def _extract_playlists_for_sync(self, playlists: SyncPlaylistsType) -> Mapping[s
503503

504504
return playlists
505505

506-
def log_sync(self, results: SyncResultRemotePlaylist | Mapping[str | RemotePlaylist, SyncResultRemotePlaylist]) -> None:
506+
def log_sync(
507+
self, results: SyncResultRemotePlaylist | Mapping[str | RemotePlaylist, SyncResultRemotePlaylist]
508+
) -> None:
507509
"""Log stats from the results of a ``sync`` operation"""
508510
if not results:
509511
return

0 commit comments

Comments
 (0)