Skip to content

Commit

Permalink
PEP8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmucha committed Nov 13, 2024
1 parent 02e1dd9 commit 59a9cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions basil/HL/iseg_hv.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ def init(self):
self.ERRORS[f"? UMAX={self.get_voltage_limit}"] = (
"Set voltage exceeds voltage limit"
)

self.set_autostart(self._autostart)

def set_high_voltage(self, voltage):
self.high_voltage = voltage

def get_high_voltage(self):
return self.high_voltage

Expand Down

0 comments on commit 59a9cba

Please sign in to comment.