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

@@ -19,7 +19,6 @@
# * USA *
# * *
# ***************************************************************************
# pylint: disable=unused-import
import PathScripts.PathLog as PathLog
@@ -34,7 +33,7 @@ else:
Processed = False
def Startup():
global Processed # pylint: disable=global-statement
global Processed
if not Processed:
PathLog.debug('Initializing PathGui')
from PathScripts import PathAdaptiveGui