From 09df39992cb637bf9b00e83c4b2e472a0736944b Mon Sep 17 00:00:00 2001 From: Sachin Sant Date: Thu, 21 Mar 2024 14:10:13 +0530 Subject: [PATCH] ras/hwinfo: Fix travis reported code style issue Travis reports following issue with hwinfo ras/hwinfo.py:100:1: W391 blank line at end of file This is preventing merge of other PR's. Fix by removing blank line. Signed-off-by: Sachin Sant --- ras/hwinfo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ras/hwinfo.py b/ras/hwinfo.py index a904347f4..774e8edca 100644 --- a/ras/hwinfo.py +++ b/ras/hwinfo.py @@ -97,4 +97,3 @@ def test_save_config(self): if "failed" in process.system_output("hwinfo --disk --save-config=all", shell=True).decode("utf-8"): self.fail("hwinfo: --save-config=all option failed") -