Skip to content

Commit 5c00cfb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 82d8cd8 commit 5c00cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

height_tree/tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ def tree_height_from_list(data: list[int]) -> int:
8181
if __name__ == "__main__":
8282
import doctest
8383

84-
doctest.testmod()
84+
doctest.testmod()

0 commit comments

Comments
 (0)