Skip to content

Commit 55f0145

Browse files
committed
Fix style
1 parent d335869 commit 55f0145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inversion_ideas/recipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Recipe functions to easily build commonly used inversions and objective functions.
33
"""
44

5-
from collections.abc import Callable, Iterable
5+
from collections.abc import Callable
66

77
import numpy as np
88
import numpy.typing as npt

0 commit comments

Comments
 (0)