Skip to content

Commit 59c3a2c

Browse files
committed
copilot suggestions
1 parent a7b400e commit 59c3a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/genie_python/genie_epics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def get_pv_value(
371371
to_string: typing.Literal[True] = True,
372372
attempts: int = 3,
373373
is_local: bool = True,
374-
use_numpy: None = None,
374+
use_numpy: bool | None = None,
375375
) -> str: ...
376376

377377
@typing.overload

0 commit comments

Comments
 (0)