diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-12 17:24:31 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-12 17:25:39 +0100 |
commit | 6a6fbb03ad8dc83ac0cf32c6bd6a88d41706f548 (patch) | |
tree | ec4b8f8dfec878c45531046e29c5b9038093f558 /src | |
parent | 8909c7933eaefaca56e8d3118602e95a4d613209 (diff) | |
download | vyos-1x-6a6fbb03ad8dc83ac0cf32c6bd6a88d41706f548.tar.gz vyos-1x-6a6fbb03ad8dc83ac0cf32c6bd6a88d41706f548.zip |
ssh: T2635: drop superfluous import
Commit a1327d2b970 ("ssh: T2635: reuse common verify_vrf() function") already
moved to the common verify logic but did not remove the no longer needed import
statement.
Diffstat (limited to 'src')
-rwxr-xr-x | src/conf_mode/ssh.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/ssh.py b/src/conf_mode/ssh.py index 8d8e9e4c4..e07745963 100755 --- a/src/conf_mode/ssh.py +++ b/src/conf_mode/ssh.py @@ -16,7 +16,6 @@ import os -from netifaces import interfaces from sys import exit from vyos.config import Config |