some type updates
This commit is contained in:
parent
c7f3e7ee52
commit
2635c6c20c
2 changed files with 7 additions and 5 deletions
|
|
@ -15,9 +15,11 @@ if TYPE_CHECKING:
|
|||
|
||||
|
||||
# Type definitions
|
||||
normalized_shape_tuple = Tuple[Tuple,
|
||||
Tuple[NDArray[numpy.float64], float, float, bool, float],
|
||||
Callable[[], 'Shape']]
|
||||
normalized_shape_tuple = Tuple[
|
||||
Tuple,
|
||||
Tuple[NDArray[numpy.float64], float, float, bool, float],
|
||||
Callable[[], 'Shape'],
|
||||
]
|
||||
|
||||
# ## Module-wide defaults
|
||||
# Default number of points per polygon for shapes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue