Skip to content

Commit d777694

Browse files
formatting
1 parent 59caa13 commit d777694

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ulc_mm_package/hardware/real/pneumatic_module.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
PressureSensorStaleValue,
5050
PressureSensorRead,
5151
)
52-
from ulc_mm_package.image_processing.processing_constants import MAX_VACUUM_PRESSURE
5352

5453
SYRINGE_LOCK = threading.Lock()
5554
PSI_TO_HPA = 68.947572932

ulc_mm_package/image_processing/flow_control.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ def adjustSyringe(self, flow_error: float):
237237
except SyringeEndOfTravel:
238238
raise CantReachTargetFlowrate(self.flowrate)
239239

240-
241240
def stop(self):
242241
self.fre.stop()
243242
self.fre.reset()

0 commit comments

Comments
 (0)