fix missing time import
old-commit-hash: 7c9fa91fb87d4ba2c97d6b08971e86827a6c38cf
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user