Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cd5c08c

Browse files
authoredOct 15, 2020
Update binary_tree_traversals.py
1 parent d5a0dba commit cd5c08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎data_structures/binary_tree/binary_tree_traversals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,5 @@ def main(): # Main function for testing.
188188
import doctest
189189

190190
doctest.testmod()
191-
# main()
191+
192192

0 commit comments

Comments
 (0)
Please sign in to comment.