Skip to content

Commit

Permalink
Run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlodek committed Jan 23, 2025
1 parent 4ab9296 commit 8787c16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ophyd_async/epics/adandor/_andor_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from ophyd_async.epics.core import (
epics_signal_r,
epics_signal_rw,
epics_signal_rw_rbv,
)


Expand Down Expand Up @@ -34,4 +33,4 @@ def __init__(self, prefix: str, name: str = "") -> None:
self.data_type = epics_signal_r(Andor2DataType, prefix + "DataType_RBV")
self.andor_accumulate_period = epics_signal_r(
float, prefix + "AndorAccumulatePeriod_RBV"
)
)

0 comments on commit 8787c16

Please sign in to comment.