Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 3, 2021
1 parent 5ad84fe commit 1e6d30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amical/tests/test_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ def test_no_commentary_warning_astropy_version():

with pytest.warns(
RuntimeWarning,
match="Commentary cards are removed from the header with astropy"
match="Commentary cards are removed from the header with astropy",
):
infos = _add_infos_header(infos, hdr, mf, 1.0, "afilename", "amaskname", 1)

0 comments on commit 1e6d30c

Please sign in to comment.