Skip to content

Commit

Permalink
flake8 fixes for enclosure.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yocalebo committed Jun 23, 2021
1 parent 1124780 commit 6a23820
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/middlewared/middlewared/plugins/enclosure.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ def _set_model(self, data):
self.model = self.system_info["system_product"]
self.controller = True


def _parse_raw_value(self, value):
newvalue = 0
for i, v in enumerate(value.split(' ')):
Expand Down

0 comments on commit 6a23820

Please sign in to comment.