Kaynağa Gözat

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 4 yıl önce
ebeveyn
işleme
88a2ea41da
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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.')