Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Sep 20, 2024
1 parent 3dbaeb8 commit 70d923b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/dodal/beamlines/adsim.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
from pathlib import Path

from ophyd_async.epics.adsimdetector import SimDetector

from dodal.common.beamlines.beamline_utils import (
device_instantiation,
get_path_provider,
set_path_provider,
)
from pathlib import Path
from dodal.common.visit import LocalDirectoryServiceClient, StaticVisitPathProvider
from dodal.common.beamlines.beamline_utils import set_beamline as set_utils_beamline
from dodal.common.visit import LocalDirectoryServiceClient, StaticVisitPathProvider
from dodal.devices.adsim import SimStage
from dodal.log import set_beamline as set_log_beamline
from dodal.utils import get_beamline_name, get_hostname
from dodal.utils import get_hostname

BL = get_hostname()
set_log_beamline(BL)
Expand All @@ -34,7 +35,7 @@ def sim_motors(
BL + "-MO-SIM-01:",
wait_for_connection,
fake_with_ophyd_sim,
bl_prefix=False
bl_prefix=False,
)


Expand All @@ -50,5 +51,5 @@ def adsim(
drv_suffix="CAM:",
hdf_suffix="HDF5:",
path_provider=get_path_provider(),
bl_prefix=False
bl_prefix=False,
)

0 comments on commit 70d923b

Please sign in to comment.