From e68ee356df2a3cef415f3c6f948aed41be006955 Mon Sep 17 00:00:00 2001 From: Anik Stark Date: Wed, 5 Nov 2025 15:53:02 +0100 Subject: [PATCH] frappy_psi.tcs: minor fixes --- cfg/tcs_cfg.py | 2 +- frappy_psi/tcs.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cfg/tcs_cfg.py b/cfg/tcs_cfg.py index a3567205..a033ddd9 100644 --- a/cfg/tcs_cfg.py +++ b/cfg/tcs_cfg.py @@ -21,4 +21,4 @@ Mod('mix_htr', 'mixing chamber heater', io='io', channel=3, - ) \ No newline at end of file + ) diff --git a/frappy_psi/tcs.py b/frappy_psi/tcs.py index 1aa1e05a..e103f360 100644 --- a/frappy_psi/tcs.py +++ b/frappy_psi/tcs.py @@ -18,8 +18,7 @@ # Anik Stark # ***************************************************************************** -from frappy.core import StringIO, HasIO, Writable, Parameter, Property, FloatRange, IntRange, BoolType, \ - ERROR +from frappy.core import StringIO, HasIO, Writable, Parameter, Property, FloatRange, IntRange, BoolType from frappy.errors import CommunicationFailedError, HardwareError from frappy.ctrlby import WrapControlledBy