Skip to content

Commit

Permalink
ras/hwinfo: Fix travis reported code style issue
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
sacsant committed Mar 21, 2024
1 parent 98e180c commit 09df399
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ras/hwinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 09df399

Please sign in to comment.