Skip to content

Commit

Permalink
Type fix for LEDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Cunningham committed Oct 2, 2024
1 parent 390e31a commit 964d001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pandablocks_ioc/_pvi.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def add_automatic_pvi_info(
)
access = "rw"
else:
readable_widget: TextRead
readable_widget: Union[TextRead, LED]
if record_creation_func in (
builder.longStringIn,
builder.stringIn,
Expand Down

0 comments on commit 964d001

Please sign in to comment.