Skip to content

Commit 5e45813

Browse files
Change in Return Type of astype method in Geodatframe
1 parent 41308a1 commit 5e45813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/geopandas/geopandas/geodataframe.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ class GeoDataFrame(GeoPandasBase, pd.DataFrame): # type: ignore[misc]
315315
dtype: AstypeArg | Mapping[Any, Dtype] | pd.Series[Any], # any because of mapping invariance and series typevar bounds
316316
copy: bool | None = None,
317317
errors: Literal["ignore", "raise"] = "raise",
318-
) -> GeoDataFrame | pd.DataFrame: ... # type: ignore[override]
318+
) -> GeoDataFrame: ...
319319
def to_postgis(
320320
self,
321321
name: str,

0 commit comments

Comments
 (0)