Skip to content

Commit ff65aa3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3be3064 commit ff65aa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_structures/binary_tree/maximum_sum_bst.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from typing import Optional
33

44

5-
65
@dataclass
76
class TreeNode:
87
val: int = 0

0 commit comments

Comments
 (0)