Skip to content

Commit

Permalink
Ruff Format
Browse files Browse the repository at this point in the history
  • Loading branch information
abbiemery committed Sep 13, 2024
1 parent c765375 commit 8b6e7be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ophyd_async/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
set_signal_values,
walk_rw_signals,
)
from ._flyer import StandardFlyer, FlyerController
from ._flyer import FlyerController, StandardFlyer
from ._hdf_dataset import HDFDataset, HDFFile
from ._log import config_ophyd_async_logging
from ._mock_signal_backend import MockSignalBackend
Expand Down
2 changes: 1 addition & 1 deletion tests/core/test_flyer.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
DetectorController,
DetectorTrigger,
DetectorWriter,
FlyerController,
StandardDetector,
StandardFlyer,
TriggerInfo,
FlyerController,
observe_value,
)
from ophyd_async.epics.signal import epics_signal_rw
Expand Down
2 changes: 1 addition & 1 deletion tests/epics/adcore/test_scans.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
DetectorController,
DetectorTrigger,
DeviceCollector,
FlyerController,
StandardDetector,
StandardFlyer,
TriggerInfo,
FlyerController,
set_mock_value,
)
from ophyd_async.epics import adcore, adsimdetector
Expand Down
2 changes: 1 addition & 1 deletion tests/plan_stubs/test_fly.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
DetectorController,
DetectorWriter,
DeviceCollector,
FlyerController,
SignalR,
StandardDetector,
StandardFlyer,
FlyerController,
WatchableAsyncStatus,
WatcherUpdate,
observe_value,
Expand Down

0 comments on commit 8b6e7be

Please sign in to comment.