Skip to content

Commit 3277e1b

Browse files
committed
remove add_interpolator_type
1 parent 0a1e18e commit 3277e1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

LoopStructural/interpolators/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"StructuredGrid2D",
2323
"P2UnstructuredTetMesh",
2424
]
25-
from ._interpolatortype import InterpolatorType, add_interpolator_type
26-
25+
from ._interpolatortype import InterpolatorType
2726

2827
from ..utils import getLogger
2928

0 commit comments

Comments
 (0)