diff options
author | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-03-29 10:42:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-29 11:59:47 +0200 |
commit | 782e98934547e1f1152062a7b4ac978ee3082298 (patch) | |
tree | 5793917fc89db3e0ac8401c185d6e6613e9015ae /src/completion | |
parent | 272d6a0968fb22bda0c82068ed1cbf7d9ddd3fd9 (diff) | |
download | vyos-1x-782e98934547e1f1152062a7b4ac978ee3082298.tar.gz vyos-1x-782e98934547e1f1152062a7b4ac978ee3082298.zip |
ifconfig: T2057: remove useless circual import
The import prevent code to work and is not used
Diffstat (limited to 'src/completion')
-rwxr-xr-x | src/completion/list_interfaces.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/completion/list_interfaces.py b/src/completion/list_interfaces.py index 77de4e327..98b32797a 100755 --- a/src/completion/list_interfaces.py +++ b/src/completion/list_interfaces.py @@ -2,7 +2,6 @@ import sys import argparse -import vyos.interfaces from vyos.ifconfig import Interface parser = argparse.ArgumentParser() |