@@ -68,7 +68,7 @@ class GeoDataFrame(GeoPandasBase, pd.DataFrame): # type: ignore[misc]
6868 geometry : _GeomCol | None = None ,
6969 crs : _ConvertibleToCRS | None = None ,
7070 ) -> None : ...
71- def __setattr__ (self , attr : str , val : Any ) -> None : ... # Can set arbitrary objects
71+ def __setattr__ (self , attr : str , val : Any ) -> None : ... # type: ignore[misc] # Can set arbitrary objects
7272 @property
7373 def geometry (self ) -> GeoSeries : ...
7474 @geometry .setter
@@ -283,7 +283,7 @@ class GeoDataFrame(GeoPandasBase, pd.DataFrame): # type: ignore[misc]
283283 def estimate_utm_crs (self , datum_name : str = "WGS 84" ) -> CRS : ...
284284 # def __getitem__(self, key): ...
285285 # def __setitem__(self, key, value) -> None: ...
286- def copy (self , deep : bool = True ) -> Self : ...
286+ def copy (self , deep : bool = True ) -> Self : ... # type: ignore[misc]
287287 # def merge(self, *args, **kwargs) -> GeoDataFrame | pd.DataFrame: ...
288288 def apply ( # type: ignore[override]
289289 self ,
@@ -298,7 +298,7 @@ class GeoDataFrame(GeoPandasBase, pd.DataFrame): # type: ignore[misc]
298298 engine_kwargs : dict [str , bool ] | None = None ,
299299 ** kwargs ,
300300 ) -> pd .DataFrame | pd .Series [Incomplete ]: ...
301- def __finalize__ (self , other , method : str | None = None , ** kwargs ) -> Self : ...
301+ def __finalize__ (self , other , method : str | None = None , ** kwargs ) -> Self : ... # type: ignore[misc]
302302 def dissolve (
303303 self ,
304304 by : GroupByObject | None = None ,
0 commit comments