Skip to content

Commit

Permalink
Update roots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisGMM committed May 5, 2022
1 parent 70c9270 commit 5fbb254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/numericalmethods/roots.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys
import warnings
from typing import Callable, Optional
from typing import Callable, Optional, Sequence, List

import numpy as np

Expand Down

0 comments on commit 5fbb254

Please sign in to comment.