Skip to content

Commit 405de5f

Browse files
committed
ruff format
1 parent c033ebd commit 405de5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

installation_and_upgrade/ibex_install_utils/tasks/server_tasks.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,9 @@ def configure_motion(self) -> None:
425425
self.prompt.prompt_and_raise_if_not_yes("Confirm motion set points have been configured.")
426426

427427
@contextmanager
428-
def timestamped_pv_backups_file(self, name: str, directory: str, extension: str = "txt") \
429-
-> Generator[TextIO, None, None]:
428+
def timestamped_pv_backups_file(
429+
self, name: str, directory: str, extension: str = "txt"
430+
) -> Generator[TextIO, None, None]:
430431
"""Context manager to create a timestamped file in the pv backups directory
431432
432433
Args:

0 commit comments

Comments
 (0)