Skip to content

Commit

Permalink
LNT: Run pre-commit. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Oct 7, 2024
1 parent ac5c23a commit fbe7201
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pynhd/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,13 @@ def _getfeatures(

def bygeom(
self,
geom: LineString | Polygon | Point | MultiPoint | tuple[float, float] | list[tuple[float, float]] | tuple[float, float, float, float],
geom: LineString
| Polygon
| Point
| MultiPoint
| tuple[float, float]
| list[tuple[float, float]]
| tuple[float, float, float, float],
geo_crs: CRSTYPE = 4326,
sql_clause: str = "",
distance: int | None = None,
Expand Down

0 comments on commit fbe7201

Please sign in to comment.