Skip to content

Commit 40db569

Browse files
authored
Merge pull request #9992 from tk0miya/debug_print
test: Remove debug print
2 parents 977c602 + 627d73a commit 40db569

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_domain_py.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ def test_parse_annotation(app):
314314
[desc_sig_punctuation, "]"]))
315315

316316
doctree = _parse_annotation("Callable[[int, int], int]", app.env)
317-
print(doctree)
318317
assert_node(doctree, ([pending_xref, "Callable"],
319318
[desc_sig_punctuation, "["],
320319
[desc_sig_punctuation, "["],

0 commit comments

Comments
 (0)