Skip to content

Commit

Permalink
Remove redundant method
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed May 17, 2024
1 parent 4a5723b commit 3da1abb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ophyd_async/epics/areadetector/aravis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from bluesky.protocols import HasHints, Hints

from ophyd_async.core import DirectoryProvider, StandardDetector, TriggerInfo
from ophyd_async.core import DirectoryProvider, StandardDetector
from ophyd_async.epics.areadetector.controllers.aravis_controller import (
AravisController,
)
Expand Down Expand Up @@ -45,9 +45,6 @@ def __init__(
name=name,
)

async def _prepare(self, value: TriggerInfo) -> None:
await super()._prepare(value)

def get_external_trigger_gpio(self):
return self._controller.gpio_number

Expand Down

0 comments on commit 3da1abb

Please sign in to comment.