Skip to content

Commit 1670449

Browse files
committed
for some reason pylint likes this better
1 parent ab16699 commit 1670449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# We just hit the 1600 line limit for main.py, but I currently have a huge set of powermon/structured logging changes
55
# later we can have a separate changelist to refactor main.py into smaller files
6-
# pylint: disable=too-many-lines
6+
# pylint: disable=R0917,C0302
77

88
from typing import List, Optional, Union
99
from types import ModuleType

0 commit comments

Comments
 (0)