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 e8f1d4e

Browse files
committedOct 6, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 822df1d commit e8f1d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎data_structures/binary_tree/maximum_sum_bst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ def solver(node) -> int:
5858

5959

6060
if __name__ == "__main__":
61-
6261
import doctest
62+
6363
doctest.testmod()

0 commit comments

Comments
 (0)
Please sign in to comment.