From: nguggarigoud Date: Tue, 15 Sep 2020 10:21:07 +0000 (+0530) Subject: tests: Addressing lint error. X-Git-Tag: base_7.6~558^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f052d1fc39cdeb50d20cac4ea867e1ad24ee0594;p=matthieu%2Ffrr.git tests: Addressing lint error. Added new line to remove git link error. Signed-off-by: naveen --- 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