Skip to content

Commit

Permalink
Try to fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Jul 12, 2024
1 parent c7a68a9 commit 8ab409c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mx_bluesky/I24/serial/parameters/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ def get_chip_format(chip_type: ChipType) -> ChipDescription:
defaults["y_step_size"] = float(caget(pv.me14e_gp99))
defaults["x_blocks"] = defaults["y_blocks"] = 1
defaults["b2b_horz"] = defaults["b2b_vert"] = 0.0
chip_params = {"chip_type": chip_type.value, **defaults} # type: ignore
chip_params = {"chip_type": chip_type, **defaults} # type: ignore
return ChipDescription(**chip_params)

0 comments on commit 8ab409c

Please sign in to comment.