Replace timeago

Replace the timeago library with a simple function
This commit is contained in:
Federico Ceratto
2024-06-03 17:55:24 +02:00
parent b58094b9ce
commit b5d1b7612f
3 changed files with 22 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ from typing import *
import google.protobuf.json_format
import serial # type: ignore[import-untyped]
import timeago # 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