Fixes #661 - Fixes linting/flake8 errors

Signed-off-by: BugFest <bugfest.dev@pm.me>
This commit is contained in:
BugFest
2023-04-09 19:05:15 +02:00
committed by Muayyad Alsadi
parent 5eff38e743
commit 2df11674c4
4 changed files with 35 additions and 11 deletions

View File

@ -3,7 +3,7 @@ from setuptools import setup
try:
readme = open(os.path.join(os.path.dirname(__file__), "README.md")).read()
except:
except: # noqa: E722
readme = ""
setup(