Skip to content

Commit

Permalink
Linting: flake8.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Nov 30, 2024
1 parent abb65d3 commit 8aa10e1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions src/haven/devices/detectors/xspress.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
from ophyd_async.core import (
AsyncStatus,
DetectorController,
DetectorTrigger,
PathProvider,
SignalR,
StandardDetector,
StrictEnum,
TriggerInfo,
set_and_wait_for_value,
)
from ophyd_async.epics import adcore
from ophyd_async.epics.core import epics_signal_rw, epics_signal_x
Expand Down
1 change: 0 additions & 1 deletion src/haven/instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
from .devices.stage import XYStage
from .devices.table import Table
from .devices.xia_pfcu import PFCUFilterBank
from .devices.xspress import make_xspress_device
from .exceptions import InvalidConfiguration

log = logging.getLogger(__name__)
Expand Down
9 changes: 1 addition & 8 deletions src/haven/tests/test_xspress.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@
from pathlib import Path

import pytest
from ophyd_async.core import (
StaticPathProvider,
TriggerInfo,
UUIDFilenameProvider,
get_mock_put,
set_mock_value,
)
from ophyd_async.core import TriggerInfo, get_mock_put, set_mock_value

from haven.devices.detectors.area_detectors import default_path_provider
from haven.devices.detectors.xspress import Xspress3Detector

this_dir = Path(__file__).parent
Expand Down

0 comments on commit 8aa10e1

Please sign in to comment.