Skip to content

Commit

Permalink
Fix inspekt errors for TravisCI build
Browse files Browse the repository at this point in the history
TravisCI build is failing for new PRs due to bad
python code formatting.
This patch will fix the inspekt errors fsx.py so
that new TravisCI PR builds will pass

Formatting includes: multi-import, whitespaces,
line formatting and basic redundancy errors

Signed-off-by: Misbah Anjum N <[email protected]>
  • Loading branch information
misanjumn committed Mar 21, 2024
1 parent 98e180c commit b65fddc
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 b65fddc

Please sign in to comment.