Skip to content

Commit 881517e

Browse files
linting fix
1 parent f95b32c commit 881517e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openeo/extra/job_management/_job_splitting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def crs(self) -> int:
136136
return self._epsg
137137

138138
@classmethod
139-
def from_size_projection(cls, *, size: float, projection: str) -> "SizeBasedTileGrid":
139+
def from_size_projection(cls, *, size: float, projection: str) -> "_SizeBasedTileGrid":
140140
"""Create a tile grid from size and projection"""
141141
# TODO: the constructor also does normalize_crs, so this factory looks like overkill at the moment
142142
return cls(epsg=normalize_crs(projection), size=size)

0 commit comments

Comments
 (0)