Skip to content

Commit 37144fc

Browse files
committed
ruff fix
1 parent c61dbf2 commit 37144fc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/ibex_bluesky_core/plans/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@
2121
if TYPE_CHECKING:
2222
from ibex_bluesky_core.devices.simpledae import SimpleDae
2323

24-
__all__ = ["adaptive_scan", "motor_adaptive_scan", "motor_scan", "polling_plan", "scan"]
24+
__all__ = [
25+
"NamedReadableAndMovable",
26+
"adaptive_scan",
27+
"motor_adaptive_scan",
28+
"motor_scan",
29+
"polling_plan",
30+
"scan",
31+
]
2532

2633

2734
def scan( # noqa: PLR0913

0 commit comments

Comments
 (0)