Skip to content

Commit

Permalink
noqa ARG001 for geom_col for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed May 9, 2023
1 parent a14cfe9 commit e2026eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion spaghetti/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,13 @@ def build_chains(space_h, space_v, exterior, bounds, h=True):

@requires("geopandas", "shapely")
def _points_as_gdf(
net, vertices, vertices_for_arcs, pp_name, snapped, id_col=None, geom_col=None
net,
vertices,
vertices_for_arcs,
pp_name,
snapped,
id_col=None,
geom_col=None, # noqa ARG001
):
"""Internal function for returning a point ``geopandas.GeoDataFrame``
called from within ``spaghetti.element_as_gdf()``.
Expand Down

0 comments on commit e2026eb

Please sign in to comment.