try to get pylint happier

This commit is contained in:
Ian McEwen
2025-02-20 12:40:39 -07:00
parent 46a8db286c
commit f5fa30cb22

View File

@@ -1,9 +1,6 @@
""" Main Meshtastic
"""
# 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=C0302
from typing import List, Optional, Union
from types import ModuleType