Make dotmap (via meshtastic.test) and print_color optional

This commit is contained in:
Ian McEwen
2024-12-12 20:59:22 -07:00
parent 89b41c1a19
commit 31f322f1c2
5 changed files with 24 additions and 13 deletions

View File

@@ -80,7 +80,6 @@ from typing import *
import google.protobuf.json_format
import serial # type: ignore[import-untyped]
from dotmap import DotMap # type: ignore[import-untyped]
from google.protobuf.json_format import MessageToJson
from pubsub import pub # type: ignore[import-untyped]
from tabulate import tabulate