[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-10-14 12:32:49 +00:00
parent 6cd0cd31fe
commit 7654b0b9ed

View File

@ -257,6 +257,7 @@ def del_node(root: MyNode | None, data: Any) -> MyNode | None:
return root return root
class AVLtree: class AVLtree:
""" """
An AVL tree doctest An AVL tree doctest