Skip to content

Commit f83e1c1

Browse files
author
Peter Braun
committed
enum fix
1 parent d9d7985 commit f83e1c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/secop_ophyd/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ def update_dtype(self, input_val):
748748
TupleOf: tuple[Any],
749749
BLOBType: str,
750750
BoolType: bool,
751+
EnumType: int,
751752
FloatRange: float,
752753
IntRange: int,
753754
ScaledInteger: int,

0 commit comments

Comments
 (0)