Skip to content

Commit

Permalink
Update src/ophyd_async/epics/adcore/_core_detector.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tom C (DLS) <101418278+coretl@users.noreply.github.com>
  • Loading branch information
jwlodek and coretl authored Dec 20, 2024
1 parent e46cbd4 commit fbb895e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ophyd_async/epics/adcore/_core_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
class AreaDetector(StandardDetector[ADBaseControllerT, ADWriter]):
def __init__(
self,
driver: ADBaseIO,
controller: ADBaseControllerT,
writer: ADWriter,
plugins: dict[str, NDPluginBaseIO] | None = None,
config_sigs: Sequence[SignalR] = (),
name: str = "",
):
self.drv = driver
self.driver = controller.driver
self.fileio = writer.fileio

if plugins is not None:
Expand Down

0 comments on commit fbb895e

Please sign in to comment.