Skip to content

Commit

Permalink
docs(utils): missing 'optional' in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
wvenialbo committed Oct 25, 2024
1 parent c847adb commit f8ca7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GOES_DL/utils/file_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def add_file(
The path to the file to be added.
target_directory : str | Path, optional
The directory to add the file to, by default "".
move : bool
move : bool, optional
Whether to move the file instead of copying it, optional, by
default False.
"""
Expand Down

0 comments on commit f8ca7bf

Please sign in to comment.