Skip to content

Commit b59271b

Browse files
Add Optional back
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b7aac57 commit b59271b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/interpolators/_interpolator_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
InterpolatorType,
44
)
55
from LoopStructural.datatypes import BoundingBox
6-
from typing import Union
6+
from typing import Optional, Union
77
import numpy as np
88

99
from LoopStructural.interpolators._geological_interpolator import GeologicalInterpolator

0 commit comments

Comments
 (0)