diff --git a/src/haven/devices/area_detector.py b/src/haven/devices/area_detector.py index bd1fe76b..b1db1e4e 100644 --- a/src/haven/devices/area_detector.py +++ b/src/haven/devices/area_detector.py @@ -9,7 +9,9 @@ import pandas as pd from apstools.devices import CamMixin_V34, SingleTrigger_V34 from ophyd import ADComponent as ADCpt -from ophyd import CamBase +from ophyd import ( + CamBase, +) from ophyd import Component as Cpt from ophyd import DetectorBase as OphydDetectorBase from ophyd import ( @@ -42,7 +44,10 @@ ) from ophyd.areadetector.plugins import StatsPlugin_V31 as OphydStatsPlugin_V31 from ophyd.areadetector.plugins import StatsPlugin_V34 as OphydStatsPlugin_V34 -from ophyd.areadetector.plugins import TIFFPlugin_V31, TIFFPlugin_V34 +from ophyd.areadetector.plugins import ( + TIFFPlugin_V31, + TIFFPlugin_V34, +) from ophyd.flyers import FlyerInterface from ophyd.sim import make_fake_device from ophyd.status import Status, StatusBase, SubscriptionStatus