Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit f679464

Browse files
committed
fix mypy again
1 parent f8cf91e commit f679464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)