We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d335869 commit 55f0145Copy full SHA for 55f0145
src/inversion_ideas/recipes.py
@@ -2,7 +2,7 @@
2
Recipe functions to easily build commonly used inversions and objective functions.
3
"""
4
5
-from collections.abc import Callable, Iterable
+from collections.abc import Callable
6
7
import numpy as np
8
import numpy.typing as npt
0 commit comments