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 Oct 3, 2023
1 parent d1b2f67 commit 8ff0923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/filters/test_citation.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@


@pytest.mark.parametrize(
["in_arg", "out_arg"], [(in_arg, out_arg) for (in_arg, out_arg) in test_md.items()]
["in_arg", "out_arg"], list(test_md.items())
)
def test_citation2latex(in_arg, out_arg):
"""Are citations parsed properly?"""
Expand Down

0 comments on commit 8ff0923

Please sign in to comment.