Skip to content

Commit f5fa30c

Browse files
committed
try to get pylint happier
1 parent 46a8db2 commit f5fa30c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

meshtastic/__main__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
""" Main Meshtastic
22
"""
3-
4-
# We just hit the 1600 line limit for main.py, but I currently have a huge set of powermon/structured logging changes
5-
# later we can have a separate changelist to refactor main.py into smaller files
6-
# pylint: disable=too-many-lines
3+
# pylint: disable=C0302
74

85
from typing import List, Optional, Union
96
from types import ModuleType

0 commit comments

Comments
 (0)