Skip to content

Commit 11c74ec

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_structures/binary_tree/red_black_tree.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,6 @@ def main() -> None:
838838
"""
839839
>>> pytests()
840840
"""
841-
842841

843842
failures, _ = doctest.testmod()
844843
if failures == 0:

0 commit comments

Comments
 (0)