Skip to content

Commit 8531d65

Browse files
committed
datasets.py: Remove redundant defaults from doc strings
1 parent d9036bb commit 8531d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geemap/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def update_data_list(out_dir: str = ".") -> None:
3838
"""Updates the Earth Engine Data Catalog dataset list.
3939
4040
Args:
41-
out_dir: The output directory to save the GitHub repository. Defaults to ".".
41+
out_dir: The output directory to save the GitHub repository.
4242
4343
Raises:
4444
Exception: If the CSV file fails to save.

0 commit comments

Comments
 (0)