Explorar el Código

scripts: eva_ramboot.py: remove unused import

concludes:
commit e7bc8984d9ca ("scripts: make eva_ramboot.py offset configurable")

Signed-off-by: Jan-Niklas Burfeind <[email protected]>
Jan-Niklas Burfeind hace 4 años
padre
commit
88a2ea41da
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      scripts/flashing/eva_ramboot.py

+ 0 - 1
scripts/flashing/eva_ramboot.py

@@ -3,7 +3,6 @@
 import argparse
 
 from ftplib import FTP
-from sys import argv
 from os import stat
 
 parser = argparse.ArgumentParser(description='Tool to boot AVM EVA ramdisk images.')