Skip to content

Commit

Permalink
ruff times
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrystrom committed Sep 3, 2023
1 parent b98ddcd commit a6ce815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpt2anki/test_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def question() -> dict[str, str]:
}


def test_single_q_to_markdown(question: dict[str,str]) -> None:
def test_single_q_to_markdown(question: dict[str, str]) -> None:
input_md = markdown.q_to_markdown(question)
expected = "Q: What is the meaning of life?\nA: 42\n\n"
assert input_md == expected

0 comments on commit a6ce815

Please sign in to comment.