From: Jan-Niklas Burfeind Date: Tue, 26 Oct 2021 11:25:03 +0000 (+0200) Subject: scripts: eva_ramboot.py: remove unused import X-Git-Tag: v22.03.0-rc1~1423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88a2ea41da6b67d1575b958ed8f97bfd9b7d4cbb;p=thirdparty%2Fopenwrt.git scripts: eva_ramboot.py: remove unused import concludes: commit e7bc8984d9ca ("scripts: make eva_ramboot.py offset configurable") Signed-off-by: Jan-Niklas Burfeind --- diff --git a/scripts/flashing/eva_ramboot.py b/scripts/flashing/eva_ramboot.py index b182f09d21c..365fceecf62 100755 --- a/scripts/flashing/eva_ramboot.py +++ b/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.')