Skip to content

Commit af5291d

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

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
@@ -369,4 +369,4 @@ def _test() -> None:
369369
random.shuffle(lst)
370370
for i in lst:
371371
t.del_node(i)
372-
print(str(t))
372+
print(str(t))

0 commit comments

Comments
 (0)