mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-10 18:51:53 +02:00
fix: formatter
This commit is contained in:
@ -25,6 +25,7 @@ class SLSOperatorMessages(Device):
|
|||||||
self.wait_for_connection()
|
self.wait_for_connection()
|
||||||
self._run_subs(sub_type=self.SUB_VALUE, timestamp=timestamp, obj=self)
|
self._run_subs(sub_type=self.SUB_VALUE, timestamp=timestamp, obj=self)
|
||||||
|
|
||||||
|
|
||||||
class SLSInfo(Device):
|
class SLSInfo(Device):
|
||||||
SUB_VALUE = "value"
|
SUB_VALUE = "value"
|
||||||
_default_sub = SUB_VALUE
|
_default_sub = SUB_VALUE
|
||||||
|
Reference in New Issue
Block a user