Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit e796d43

Browse files
author
Vladimir Keleshev
committed
Remove print call that was used for debugging
1 parent 5cd4857 commit e796d43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test_definitions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def test_parser():
3434
assert Module('file.py', _, 1, len(source.split('\n')),
3535
'"""Module."""', _, _, all) == module
3636

37-
print map(str, module.children[0].children)
3837
function, class_ = module.children
3938
assert Function('function', _, _, _, '"Function."', _, module) == function
4039
assert Class('class_', _, _, _, '"""Class."""', _, module) == class_

0 commit comments

Comments
 (0)