From 6a6fbb03ad8dc83ac0cf32c6bd6a88d41706f548 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 12 Nov 2020 17:24:31 +0100 Subject: 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. --- src/conf_mode/ssh.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3