MLZ/Entangle: Fix formatting issues
Change-Id: I33b90a202ef55260159d13de1ecda8ca107e5bf3 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30968 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch> Reviewed-by: Jens Krueger <jens.krueger@frm2.tum.de>
This commit is contained in:

committed by
Jens Krueger

parent
5f4e5d22b7
commit
827d27ed59
@ -813,7 +813,7 @@ class NamedDigitalInput(DigitalInput):
|
||||
|
||||
# parameters
|
||||
mapping = Property('A dictionary mapping state names to integers',
|
||||
datatype=ValueType(dict))
|
||||
datatype=ValueType(dict))
|
||||
|
||||
def initModule(self):
|
||||
super().initModule()
|
||||
@ -884,7 +884,7 @@ class NamedDigitalOutput(DigitalOutput):
|
||||
|
||||
# parameters
|
||||
mapping = Property('A dictionary mapping state names to integers',
|
||||
datatype=ValueType(dict))
|
||||
datatype=ValueType(dict))
|
||||
|
||||
def initModule(self):
|
||||
super().initModule()
|
||||
|
Reference in New Issue
Block a user