Skip to content

Commit 44efada

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

searches/floyds_cycle_finding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
88
Wikipedia: https://en.wikipedia.org/wiki/Cycle_detection#Floyd's_tortoise_and_hare
99
"""
10+
1011
from collections.abc import Callable
1112
from typing import Any
1213

@@ -74,4 +75,3 @@ def floyds_cycle_finding(
7475
import doctest
7576

7677
doctest.testmod()
77-

0 commit comments

Comments
 (0)