changed variable name from total_tracks to track_count, also fixed linter errors

This commit is contained in:
Frank 2022-04-29 19:13:32 -04:00
parent e7901db637
commit 6b50eaef9e

View file

@ -41,7 +41,7 @@ def mock_soundcloud_track_to_dict(
track_number,
track_number_padded,
is_premiere,
track_count
track_count,
):
return dict(
mock_entry_to_dict,