[format] Blacken everything
All checks were successful
build & deploy / test (push) Successful in 1m53s
build & deploy / deploy (push) Successful in 1m12s

This commit is contained in:
2026-03-11 23:54:24 -04:00
parent 1e11679419
commit 5934dcdf8e
49 changed files with 480 additions and 201 deletions

View File

@ -40,7 +40,7 @@ def test_scrobble_counts_data(
mock_get_track,
mock_get_album,
client,
mopidy_track
mopidy_track,
):
build_scrobbles(client, mopidy_track.request_json)
user = get_user_model().objects.first()
@ -68,7 +68,7 @@ def test_live_charts(
mock_get_track,
mock_get_album,
client,
mopidy_track
mopidy_track,
):
build_scrobbles(client, mopidy_track.request_json, 7, 1)
user = get_user_model().objects.first()