Skip to content

Commit cc7db5c

Browse files
committed
Preformatted using black
1 parent c1575a1 commit cc7db5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data_structures/binary_tree/binary_tree_maximum_path_sum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def construct_tree() -> TreeNode:
124124
return root
125125

126126

127-
if __name__ == '__main__':
127+
if __name__ == "__main__":
128128
import doctest
129129

130130
tree = GetMaxPathSum(construct_tree())

0 commit comments

Comments
 (0)