Skip to content

Commit 64822ac

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

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
@@ -358,4 +358,4 @@ def _test() -> None:
358358
random.shuffle(lst)
359359
for i in lst:
360360
t.del_node(i)
361-
print(str(t))
361+
print(str(t))

0 commit comments

Comments
 (0)