From f052d1fc39cdeb50d20cac4ea867e1ad24ee0594 Mon Sep 17 00:00:00 2001 From: nguggarigoud Date: Tue, 15 Sep 2020 15:51:07 +0530 Subject: [PATCH] tests: Addressing lint error. Added new line to remove git link error. Signed-off-by: naveen --- tests/topotests/lib/common_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/lib/common_config.py b/tests/topotests/lib/common_config.py index 5a6d3f3899..a5385b0fcb 100644 --- a/tests/topotests/lib/common_config.py +++ b/tests/topotests/lib/common_config.py @@ -4001,4 +4001,4 @@ def required_linux_kernel_version(required_version): 'they require kernel >= {})'.format(system_kernel, required_version )) return error_msg - return True \ No newline at end of file + return True -- 2.39.5