We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321487a commit 987924bCopy full SHA for 987924b
python/ee/_arg_types.py
@@ -57,7 +57,10 @@
57
computedobject.ComputedObject,
58
]
59
FeatureCollection = Union[
60
- AnyType, featurecollection.FeatureCollection, computedobject.ComputedObject
+ str,
61
+ ee_string.String,
62
+ featurecollection.FeatureCollection,
63
+ computedobject.ComputedObject,
64
65
Filter = Union[ee_filter.Filter, computedobject.ComputedObject]
66
Geometry = Union[AnyType, computedobject.ComputedObject]
0 commit comments