changed variable name from total_tracks to track_count, also fixed linter errors
This commit is contained in:
parent
e7901db637
commit
6b50eaef9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue