From fb62e417ace7520986f01f922fb1403f1f123f56 Mon Sep 17 00:00:00 2001 From: Kurt Schwehr Date: Tue, 6 Aug 2024 10:36:24 -0700 Subject: [PATCH] collection.py: Remove extra blank line and reword `style`'s `pointShape` doc string to fix a pylint arg detection issue. PiperOrigin-RevId: 660011237 --- python/ee/collection.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python/ee/collection.py b/python/ee/collection.py index d874ceecf..23c87d0e5 100644 --- a/python/ee/collection.py +++ b/python/ee/collection.py @@ -180,7 +180,6 @@ def aggregate_histogram(self, property: _StringType) -> dictionary.Dictionary: def aggregate_max( self, property: _StringType # pylint: disable=redefined-builtin - ) -> computedobject.ComputedObject: """Returns the maximum value of the selected property. @@ -855,8 +854,8 @@ def style( location. One of: `circle`, `square`, `diamond`, `cross`, `plus`, `pentagram`, `hexagram`, `triangle`, `triangle_up`, `triangle_down`, `triangle_left`, `triangle_right`, `pentagon`, `hexagon`, `star5`, - `star6`. This argument also supports the following Matlab marker - abbreviations: `o`, `s`, `d`, `x`, `+`, `p`, `h`, `^`, `v`, `<`, `>`. + `star6`. This argument also supports these Matlab marker abbreviations: + `o`, `s`, `d`, `x`, `+`, `p`, `h`, `^`, `v`, `<`, `>`. width: The default line width for lines and outlines for polygons and point shapes. fillColor: The color for filling polygons and point shapes. Defaults to