mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-24 13:30:40 +08:00
CLN: Remove unused internal function
This commit is contained in:
@@ -26,10 +26,6 @@ def _is_empty(x):
|
||||
return False
|
||||
|
||||
|
||||
def _is_geometry(x):
|
||||
return isinstance(x, BaseGeometry)
|
||||
|
||||
|
||||
class GeoSeries(Series):
|
||||
"""A Series object designed to store shapely geometry objects."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user