Skip to content

Commit 805fd98

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/binary_tree/red_black_tree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@ def main() -> None:
863863
>>> pytests()
864864
"""
865865
import doctest
866+
866867
failures, _ = doctest.testmod()
867868
if failures == 0:
868869
print("All doctests passed!")

0 commit comments

Comments
 (0)