mirror of
https://github.com/meshtastic/python.git
synced 2026-04-23 16:27:21 -04:00
try to get pylint happier
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
""" Main Meshtastic
|
""" Main Meshtastic
|
||||||
"""
|
"""
|
||||||
|
# pylint: disable=C0302
|
||||||
# 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
|
|
||||||
|
|
||||||
from typing import List, Optional, Union
|
from typing import List, Optional, Union
|
||||||
from types import ModuleType
|
from types import ModuleType
|
||||||
|
|||||||
Reference in New Issue
Block a user