Skip to content

Commit

Permalink
another ruff change
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Aug 23, 2024
1 parent 5592734 commit 6b6c6fd
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions src/dodal/beamlines/b01-1.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# set_directory_provider(PandASubdirectoryProvider())



def panda(
wait_for_connection: bool = True, fake_with_ophyd_sim: bool = False
) -> HDFPanda:
Expand Down Expand Up @@ -54,16 +53,15 @@ def panda(


def manta(
wait_for_connection: bool = True, fake_with_ophyd_sim: bool = False
) -> AravisDetector:
return device_instantiation(
AravisDetector,
"manta",
"-DI-DCAM-02:",
wait_for_connection,
fake_with_ophyd_sim,
directory_provider=static_directory_provider,
drv_suffix="CAM:",
hdf_suffix="HDF5:",
)

wait_for_connection: bool = True, fake_with_ophyd_sim: bool = False
) -> AravisDetector:
return device_instantiation(
AravisDetector,
"manta",
"-DI-DCAM-02:",
wait_for_connection,
fake_with_ophyd_sim,
directory_provider=static_directory_provider,
drv_suffix="CAM:",
hdf_suffix="HDF5:",
)

0 comments on commit 6b6c6fd

Please sign in to comment.