Skip to content

Commit

Permalink
got help us all
Browse files Browse the repository at this point in the history
  • Loading branch information
MDecarabas committed Jun 26, 2024
1 parent f4bcacf commit b582485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ipython_startup.ipy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import logging
import time

import aps_8id_bs_instrument
# from aps_8id_bs_instrument.data_collection import * # noqa
from aps_8id_bs_instrument.data_collection import * # noqa
from aps_8id_bs_instrument.initialize_bs_tools import ( # noqa: F401
RE,
bec,
Expand Down Expand Up @@ -37,4 +37,4 @@ print(f"Finished initalization in {time.monotonic() - t0:.2f} seconds.")
# Add simlink and make own ipython profile each time
# happi requires db underneath: might be overkill

from aps_8id_bs_instrument.data_collection import * # noqa
# from aps_8id_bs_instrument.data_collection import * # noqa

0 comments on commit b582485

Please sign in to comment.