Skip to content

Commit

Permalink
lint bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouconghao committed Aug 5, 2024
1 parent 9d21214 commit 0972448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadetect/lsst/tests/test_lsst_metadetect.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test_lsst_metadetect_smoke(meas_type, subtract_sky, metacal_types_option):
for metacal_type in metacal_types:
assert (
metacal_type in res.keys()
), f"metacal_type={metacal_type} not in res.keys()"
), f"metacal_type={metacal_type} not in res.keys()"

if meas_type is None:
front = 'wmom'
Expand Down

0 comments on commit 0972448

Please sign in to comment.