Skip to content

Commit

Permalink
Merge pull request #9992 from tk0miya/debug_print
Browse files Browse the repository at this point in the history
test: Remove debug print
  • Loading branch information
tk0miya committed Dec 19, 2021
2 parents 977c602 + 627d73a commit 40db569
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_domain_py.py
Expand Up @@ -314,7 +314,6 @@ def test_parse_annotation(app):
[desc_sig_punctuation, "]"]))

doctree = _parse_annotation("Callable[[int, int], int]", app.env)
print(doctree)
assert_node(doctree, ([pending_xref, "Callable"],
[desc_sig_punctuation, "["],
[desc_sig_punctuation, "["],
Expand Down

0 comments on commit 40db569

Please sign in to comment.