diff --git a/ophyd_devices/sim/sim_monitor.py b/ophyd_devices/sim/sim_monitor.py index a4bebac..2219cd9 100644 --- a/ophyd_devices/sim/sim_monitor.py +++ b/ophyd_devices/sim/sim_monitor.py @@ -74,8 +74,6 @@ class SimMonitor(ReadOnlySignal): ) if self.sim_init: self.sim.set_init(self.sim_init) - # TODO remove after refactoring, this is a temporary bodge to avoid breaking tests - self.readback = self @property def registered_proxies(self) -> None: