fix ndarray import
This commit is contained in:
parent
3594129b57
commit
60afb9fa60
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ from os import PathLike
|
|||
from typing import Self, Iterator
|
||||
|
||||
import numpy as np
|
||||
from scipy.linalg._decomp_interpolative import NDArray
|
||||
from numpy.typing import NDArray
|
||||
from shapely import Polygon, MultiPolygon
|
||||
|
||||
from c3nav.mapdata.utils.cache.indexed import LevelGeometryIndexed
|
||||
|
|
2
src/c3nav/mapdata/utils/cache/indexed.py
vendored
2
src/c3nav/mapdata/utils/cache/indexed.py
vendored
|
@ -4,7 +4,7 @@ from os import PathLike
|
|||
from pathlib import Path
|
||||
from typing import Self, Optional
|
||||
|
||||
from scipy.linalg._decomp_interpolative import NDArray
|
||||
from numpy.typing import NDArray
|
||||
from shapely import Polygon, MultiPolygon
|
||||
|
||||
import numpy as np
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue