Skip to content

Commit b2cf905

Browse files
authored
Merge branch 'main' into kyle/fix-nodata
2 parents 7982808 + 80ead94 commit b2cf905

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/async_geotiff/_geotiff.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
if TYPE_CHECKING:
2828
from async_tiff import GeoKeyDirectory, ImageFileDirectory, ObspecInput
29-
from async_tiff.store import ObjectStore # type: ignore # noqa: PGH003
3029
from pyproj.crs import CRS
3130

3231

@@ -127,7 +126,7 @@ async def open(
127126
cls,
128127
path: str,
129128
*,
130-
store: ObjectStore | ObspecInput,
129+
store: ObspecInput,
131130
prefetch: int = 32768,
132131
multiplier: float = 2.0,
133132
) -> Self:

0 commit comments

Comments
 (0)