From c0fbbdb419d472e03df632ff8fc7479fc93a401f Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Wed, 6 Oct 2021 14:02:55 +0200 Subject: [PATCH] remove whitespace Change-Id: Ibe7acffe1dcdcd4932fa4275d14e8b9b87573537 --- secop_psi/uniax.py | 14 -------------- 1 file changed, 14 deletions(-) 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' - - - - - - - - - - - - - -