From 5f3b6702bd50d46f3c00b8f356c429ec7f3d0547 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:01:53 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- diggerpy/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diggerpy/models.py b/diggerpy/models.py index 6ee3b55..2c96de2 100644 --- a/diggerpy/models.py +++ b/diggerpy/models.py @@ -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"]