Skip to content

Commit b690251

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

maths/brent_method.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from collections.abc import Callable
22

33

4-
54
def brent_method(
65
func: Callable[[float], float],
76
left: float,

0 commit comments

Comments
 (0)