Skip to content

Commit f679464

Browse files
committed
fix mypy again
1 parent f8cf91e commit f679464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/bigframes_vendored/geopandas/geoseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def is_closed(self: GeoSeries) -> bigframes.series.Series:
497497
"""
498498
raise NotImplementedError(constants.ABSTRACT_METHOD_ERROR_MESSAGE)
499499

500-
def simplify(self, crs=None) -> bigframes.series.Series: # type: ignore
500+
def simplify(self, tolerance: float, preserve_topology: bool = True) -> bigframes.series.Series: # type: ignore
501501
"""[Not Implemented] Use ``bigframes.bigquery.st_simplify(series, tolerance_meters)``,
502502
instead to set the tolerance in meters.
503503

0 commit comments

Comments
 (0)