Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaglodha committed Jul 18, 2023
1 parent 52ae83d commit f6184f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions leafmap/bokehmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ def add_stac_layer(
self,
url: str,
collection: str,
item: Optiona[str] = None,
assets: Optiona[str] = None,
bands: Optiona[List[str]] = None,
item: Optional[str] = None,
assets: Optional[str] = None,
bands: Optional[List[str]] = None,
titiler_endpoint: Optional[str] = None,
attribution: str = "",
fit_bounds: bool = True,
Expand Down

0 comments on commit f6184f3

Please sign in to comment.