From 2e587c8329a1d32fc1ec601c7753211d0fedbf2c Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 12 Nov 2023 14:53:38 +0100 Subject: ospf: T5467: remove superfluous "import os" --- src/conf_mode/protocols_ospf.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/conf_mode/protocols_ospf.py') diff --git a/src/conf_mode/protocols_ospf.py b/src/conf_mode/protocols_ospf.py index cddd3765e..2f07142a3 100755 --- a/src/conf_mode/protocols_ospf.py +++ b/src/conf_mode/protocols_ospf.py @@ -14,8 +14,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import os - from sys import exit from sys import argv -- cgit v1.2.3