Remove pylint annotations and script

This commit is contained in:
Markus Lampert
2022-02-28 21:02:45 -08:00
parent 36d865df04
commit 8583894284
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"