mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-16 15:29:20 +01:00
fix: remove bodge (readback) in SimMonitor
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user