Remove pylint annotations and script

This commit is contained in:
Markus Lampert
2022-02-28 21:02:45 -08:00
parent 192a399b42
commit 122fd49b37
82 changed files with 160 additions and 408 deletions

View File

@@ -43,7 +43,6 @@ else:
class StockType:
# pylint: disable=no-init
NoStock = "None"
FromBase = "FromBase"