[openwrt/openwrt] scripts: eva_ramboot.py: remove unused import

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 30 07:33:19 PDT 2021


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/88a2ea41da6b67d1575b958ed8f97bfd9b7d4cbb

commit 88a2ea41da6b67d1575b958ed8f97bfd9b7d4cbb
Author: Jan-Niklas Burfeind <git at aiyionpri.me>
AuthorDate: Tue Oct 26 13:25:03 2021 +0200

    scripts: eva_ramboot.py: remove unused import
    
    concludes:
    commit e7bc8984d9ca ("scripts: make eva_ramboot.py offset configurable")
    
    Signed-off-by: Jan-Niklas Burfeind <git at aiyionpri.me>
---
 scripts/flashing/eva_ramboot.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/flashing/eva_ramboot.py b/scripts/flashing/eva_ramboot.py
index b182f09d21..365fceecf6 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.')



More information about the lede-commits mailing list