From f2d988bf71b8f3b553aa4274d147c6a97baedcb9 Mon Sep 17 00:00:00 2001 From: Y Bharath Date: Fri, 28 Mar 2025 10:52:36 +0530 Subject: [PATCH] tests: Irrelevant code in lutil.py Irrelevant code in lutil.py Signed-off-by: y-bharath14 --- tests/topotests/lib/lutil.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/topotests/lib/lutil.py b/tests/topotests/lib/lutil.py index 1eb88f26d4..ca68732e86 100644 --- a/tests/topotests/lib/lutil.py +++ b/tests/topotests/lib/lutil.py @@ -9,14 +9,13 @@ import sys import time import json import math -import time from lib.topolog import logger from lib.topotest import json_cmp # L utility functions # -# These functions are inteneted to provide support for CI testing within MiniNet +# These functions are intended to provide support for CI testing within MiniNet # environments. @@ -129,7 +128,6 @@ Total %-4d %-4d %d\n\ words = string.split() if len(words) < 1 or words[0].startswith("#"): return a - words = string.split() for word in words: if len(end) == 0: a.append(word) -- 2.39.5