fix: errors raised by Pycharm

This commit is contained in:
geoffrey45
2023-02-01 14:00:21 +03:00
parent 95c1524b68
commit 838e19cf0f
14 changed files with 20 additions and 49 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class CheckArtistImages:
"""
Checks if an artist image exists and downloads it if not.
:param artistname: The artist name
:param artist: The artist name
"""
img_path = Path(settings.ARTIST_IMG_SM_PATH) / f"{artist.artisthash}.webp"