From 41d997a3dbd23d2696b618cef35d9ceefb54b042 Mon Sep 17 00:00:00 2001 From: Hazhir Date: Sun, 27 Oct 2024 18:23:01 +0100 Subject: [PATCH] Add line (flake8) --- lyricsgenius/types/song.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lyricsgenius/types/song.py b/lyricsgenius/types/song.py index 35a4c18..463419e 100644 --- a/lyricsgenius/types/song.py +++ b/lyricsgenius/types/song.py @@ -7,6 +7,7 @@ from .base import BaseEntity, Stats from .artist import Artist + class Song(BaseEntity): """A song from the Genius.com database."""