fix missing time import

old-commit-hash: 7c9fa91fb87d4ba2c97d6b08971e86827a6c38cf
This commit is contained in:
Adeeb Shihadeh
2021-12-10 20:14:24 -08:00
parent 700ad9ec50
commit 1d429f7e90

View File

@@ -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",