mirror of
https://github.com/meshtastic/python.git
synced 2026-02-24 02:28:33 -05:00
Fix my own pylint mistakes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user