Skip to content

Commit a5a5983

Browse files
Ruff
1 parent 9fcdf4a commit a5a5983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def wait_for_iocs_to_be_up(ioc_names: list[str], seconds_to_wait: int) -> None:
449449

450450
def wait_for_string_pvs_to_not_be_empty(
451451
pvs: list[str], seconds_to_wait: int, is_local: bool = True
452-
) -> dict():
452+
) -> dict:
453453
"""
454454
Wait for a number of string pvs to be non-empty and return their values.
455455
Raises an assertion error if at least one is not found.

0 commit comments

Comments
 (0)