Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 18, 2024
1 parent 973551c commit c19638e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion diggerpy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ class Release:
year (str): The release year.
genres (list): A list of genres associated with the release.
styles (list): A list of styles associated with the release.
tracklist (list): A list of track objects representing the release's tracklist."""
tracklist (list): A list of track objects representing the release's tracklist.
"""

def __init__(self, data):
self.id = data["id"]
Expand Down

0 comments on commit c19638e

Please sign in to comment.