cleanup / respect allergies

This commit is contained in:
2025-02-24 06:21:56 -05:00
parent ac5da14632
commit c682421570
19 changed files with 66 additions and 67 deletions

View File

@@ -1,6 +1,3 @@
#!/usr/bin/env python3.12
# pylint: disable=broad-exception-caught, bare-except, invalid-name
import sys
from os import path
sys.path.append( path.dirname( path.dirname( path.abspath(__file__) ) ) )