This commit is contained in:
Alexandre Flament 2022-09-18 11:37:49 +02:00
parent 63cd7940bf
commit 048b1e220a

View file

@ -208,6 +208,8 @@ class EngineStat(TypedDict):
class EngineStatResult(TypedDict):
"""result of the get_engines_metrics function"""
time: List[EngineStat]
"""List of engine stat"""