Skip to content

Commit

Permalink
collection.py: Remove extra blank line and reword style's `pointSha…
Browse files Browse the repository at this point in the history
…pe` doc string to fix a pylint arg detection issue.

PiperOrigin-RevId: 660011237
  • Loading branch information
schwehr authored and Google Earth Engine Authors committed Aug 6, 2024
1 parent 4d79959 commit fb62e41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python/ee/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fb62e41

Please sign in to comment.