Skip to content

Commit 0671ffd

Browse files
committed
Make ruff happy
1 parent f3add5c commit 0671ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mx_bluesky/hyperion/in_process_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import time
21
from collections.abc import Callable, Sequence
32
from functools import partial
43
from typing import Any
@@ -33,6 +32,7 @@
3332

3433
class InProcessRunner(PlanRunner):
3534
"""Runner that executes experiments from inside a running Bluesky plan"""
35+
3636
def __init__(self, context: BlueskyContext, dev_mode: bool) -> None:
3737
super().__init__(context, dev_mode)
3838
self._current_status: Status = Status.IDLE

0 commit comments

Comments
 (0)