Fix my own pylint mistakes

This commit is contained in:
Ian McEwen
2024-04-11 18:40:10 -07:00
parent f449ff9506
commit 6e7933a3ce
3 changed files with 5 additions and 5 deletions

View File

@@ -10,6 +10,8 @@ import threading
import time
from datetime import datetime
from typing import Any, Callable, Dict, List, Optional, Union
import google.protobuf.json_format
import timeago # type: ignore[import-untyped]
from pubsub import pub # type: ignore[import-untyped]
@@ -37,8 +39,6 @@ from meshtastic.util import (
message_to_json,
)
from typing import Any, Callable, Dict, List, Optional, Union
class MeshInterface:
"""Interface class for meshtastic devices