Skip to content

Commit dc7f57d

Browse files
Make type hints python 3.8 compatible #745
1 parent 016dd2e commit dc7f57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openeo/extra/job_management/job_splitting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import abc
22
import math
3-
from typing import NamedTuple, Optional, Union
3+
from typing import List, NamedTuple, Optional, Union
44

55
import pyproj
66
import shapely

0 commit comments

Comments
 (0)