Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bradnick authored and BenBradnick committed Mar 30, 2022
1 parent a28f36e commit 1d01426
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion malcolm/modules/ADAndor/parts/andordriverpart.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ def on_validate(
return None
# Otherwise just let the DetectorDriverPart validate for us
else:
return super().on_validate(context, generator, frames_per_step=frames_per_step)
return super().on_validate(
context, generator, frames_per_step=frames_per_step
)

def setup_detector(
self,
Expand Down

0 comments on commit 1d01426

Please sign in to comment.