Skip to content

Commit e3603ab

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/binary_tree/avl_tree.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,4 +370,4 @@ def _test() -> None:
370370
random.shuffle(lst)
371371
for i in lst:
372372
t.del_node(i)
373-
print(str(t))
373+
print(str(t))

0 commit comments

Comments
 (0)