Skip to content

Commit

Permalink
Remove extraneous Pilatus constructor arg (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph authored Apr 22, 2024
1 parent 67fe93c commit f4e7dbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ophyd_async/epics/areadetector/pilatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class PilatusDetector(StandardDetector):

def __init__(
self,
prefix: str,
name: str,
directory_provider: DirectoryProvider,
driver: PilatusDriver,
Expand Down
1 change: 0 additions & 1 deletion tests/epics/areadetector/test_pilatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ async def pilatus(
) -> PilatusDetector:
async with DeviceCollector(sim=True):
pilatus = PilatusDetector(
"PILATUS:",
"pilatus",
static_directory_provider,
driver=pilatus_driver,
Expand Down

0 comments on commit f4e7dbb

Please sign in to comment.