Skip to content

Commit

Permalink
clusterer.py: Remove unused _ClustererType .
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 658906348
  • Loading branch information
schwehr authored and Google Earth Engine Authors committed Aug 2, 2024
1 parent d583ec5 commit 52f9806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/ee/clusterer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from ee import featurecollection

_EeBoolType = Union[Any, computedobject.ComputedObject]
_ClustererType = Union[Any, 'Clusterer', computedobject.ComputedObject]
_FeatureCollectionType = Union[
Any, 'featurecollection.FeatureCollection', computedobject.ComputedObject
]
Expand Down

0 comments on commit 52f9806

Please sign in to comment.