Skip to content

Commit b028f81

Browse files
Merge remote-tracking branch 'origin/ticket164wrapper' into ticket164wrapper
# Conflicts: # tests/test_plan_stubs.py
2 parents d8fb08b + 161818e commit b028f81

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/ibex_bluesky_core/plan_stubs/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
from ibex_bluesky_core.plan_stubs.time_channels_wrapper import _with_time_channels
1818
from ibex_bluesky_core.utils import NamedReadableAndMovable
1919

20+
from ibex_bluesky_core.plan_stubs.dae_table_wrapper import _with_dae_tables
21+
from ibex_bluesky_core.plan_stubs.num_periods_wrapper import _with_num_periods
22+
from ibex_bluesky_core.plan_stubs.time_channels_wrapper import _with_time_channels
23+
2024
logger = logging.getLogger(__name__)
2125

2226
P = ParamSpec("P")
@@ -37,6 +41,9 @@
3741
"prompt_user_for_choice",
3842
"redefine_motor",
3943
"redefine_refl_parameter",
44+
"_with_dae_tables",
45+
"_with_num_periods",
46+
"_with_time_channels",
4047
]
4148

4249

0 commit comments

Comments
 (0)