Remove all old '# pylint:' comments from all python files.

This commit is contained in:
Davide Casale
2024-02-26 20:04:09 +01:00
parent 6a700690d7
commit 2344d44aa0
10 changed files with 0 additions and 28 deletions

View File

@@ -3,7 +3,6 @@ from distutils.core import setup
_version = { }
with open("bfxapi/_version.py", encoding="utf-8") as f:
#pylint: disable-next=exec-used
exec(f.read(), _version)
setup(