Skip to content

Commit a531af5

Browse files
author
debesh
committed
Fix import name
1 parent cdaeabe commit a531af5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

maths/brent_method.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from typing import Callable
1+
from collections.abc import Callable
2+
23

34

45
def brent_method(

0 commit comments

Comments
 (0)