From f5fa30cb22bb5fae84e4bfdc44dc203c54f73631 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Thu, 20 Feb 2025 12:40:39 -0700 Subject: [PATCH] try to get pylint happier --- meshtastic/__main__.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index f4dbc1d..5f8edd0 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -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