We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4947d commit 38b163fCopy full SHA for 38b163f
1 file changed
meshtastic/mesh_interface.py
@@ -18,8 +18,6 @@
18
19
import google.protobuf.json_format
20
21
-logger = logging.getLogger(__name__)
22
-
23
try:
24
import print_color # type: ignore[import-untyped]
25
except ImportError as e:
@@ -49,6 +47,7 @@
49
47
stripnl,
50
48
)
51
+logger = logging.getLogger(__name__)
52
53
def _timeago(delta_secs: int) -> str:
54
"""Convert a number of seconds in the past into a short, friendly string
0 commit comments