Skip to content

Commit

Permalink
fix lint errors from e75be6c
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperrealist committed Feb 21, 2024
1 parent e75be6c commit a33c735
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_base_ophyd.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@


@pytest.mark.cloud_friendly()
@pytest.mark.parametrize("date_template", ["%Y/%m/", "%Y/%m/%d", "mydir/%Y/%m/%d", "disguised_spaces_%c"])
@pytest.mark.parametrize(
"date_template", ["%Y/%m/", "%Y/%m/%d", "mydir/%Y/%m/%d", "disguised_spaces_%c"]
)
def test_base_ophyd_templates(
base_caproto_ioc, base_ophyd_device, date_template, num_frames=50, remove=False
):
Expand Down

0 comments on commit a33c735

Please sign in to comment.