From 7c9fa91fb87d4ba2c97d6b08971e86827a6c38cf Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 10 Dec 2021 20:14:24 -0800 Subject: [PATCH] fix missing time import --- selfdrive/hardware/tici/agnos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/hardware/tici/agnos.py b/selfdrive/hardware/tici/agnos.py index d62d4dbc51..a28b13ac4a 100755 --- a/selfdrive/hardware/tici/agnos.py +++ b/selfdrive/hardware/tici/agnos.py @@ -5,6 +5,7 @@ import hashlib import requests import struct import subprocess +import time import os from typing import Generator @@ -224,7 +225,6 @@ def verify_agnos_update(manifest_path: str, target_slot_number: int) -> bool: if __name__ == "__main__": import logging - import time import argparse parser = argparse.ArgumentParser(description="Flash and verify AGNOS update",