Skip to content

Commit 5d423c2

Browse files
pyright check
1 parent f12af33 commit 5d423c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/genie_python/genie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class _GetbeamlineparsReturn(TypedDict):
131131

132132

133133
@log_command_and_handle_exception
134-
def set_instrument(pv_prefix: str, import_instrument_init: bool = True) -> None:
134+
def set_instrument(pv_prefix: str | None, import_instrument_init: bool = True) -> None:
135135
"""
136136
Sets the instrument this session is communicating with.
137137
Used for remote access - do not delete.

0 commit comments

Comments
 (0)