Skip to content

Commit 987924b

Browse files
schwehrGoogle Earth Engine Authors
authored andcommitted
_arg_types.py: refine FeatureCollection type alias.
PiperOrigin-RevId: 867204657
1 parent 321487a commit 987924b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

python/ee/_arg_types.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@
5757
computedobject.ComputedObject,
5858
]
5959
FeatureCollection = Union[
60-
AnyType, featurecollection.FeatureCollection, computedobject.ComputedObject
60+
str,
61+
ee_string.String,
62+
featurecollection.FeatureCollection,
63+
computedobject.ComputedObject,
6164
]
6265
Filter = Union[ee_filter.Filter, computedobject.ComputedObject]
6366
Geometry = Union[AnyType, computedobject.ComputedObject]

0 commit comments

Comments
 (0)