Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 26, 2024
1 parent fb2b3af commit fc93a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leafmap/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -14314,7 +14314,7 @@ def get_nhd(
predicate: str = "intersects",
sort_attr: Optional[str] = None,
**kwargs,
) -> Optional[gpd.GeoDataFrame]:
) -> Optional["gpd.GeoDataFrame"]:
"""
Fetches National Hydrography Dataset (NHD) data based on the provided geometry.
Expand Down

0 comments on commit fc93a14

Please sign in to comment.