for some reason pylint likes this better

This commit is contained in:
Ian McEwen
2025-07-16 19:16:16 -07:00
parent ab1669994f
commit 167044907d

View File

@@ -3,7 +3,7 @@
# We just hit the 1600 line limit for main.py, but I currently have a huge set of powermon/structured logging changes
# later we can have a separate changelist to refactor main.py into smaller files
# pylint: disable=too-many-lines
# pylint: disable=R0917,C0302
from typing import List, Optional, Union
from types import ModuleType