From d2f4c8616be86a44ec4b759493a0c1a1adac2dc6 Mon Sep 17 00:00:00 2001 From: 64Core <64core@pm.me> Date: Wed, 29 Mar 2023 22:21:25 -0500 Subject: [PATCH] PR #78 More Linting Fixes --- itchiodl/library.py | 1 + 1 file changed, 1 insertion(+) diff --git a/itchiodl/library.py b/itchiodl/library.py index bd0e119..855c999 100644 --- a/itchiodl/library.py +++ b/itchiodl/library.py @@ -8,6 +8,7 @@ from bs4 import BeautifulSoup from itchiodl.game import Game from itchiodl.utils import NoDownloadError + class Library: """Representation of a user's game library"""