diff --git a/secop_psi/uniax.py b/secop_psi/uniax.py index 2a98f3c..f55f274 100644 --- a/secop_psi/uniax.py +++ b/secop_psi/uniax.py @@ -113,17 +113,3 @@ class Uniax(Drivable): self._target = None self._motor.stop() self.status = self.Status.IDLE, 'stopped' - - - - - - - - - - - - - -