From f8ca7bf02eda817af026130d85a630342d789c4c Mon Sep 17 00:00:00 2001 From: wvenialbo Date: Fri, 25 Oct 2024 03:03:33 -0300 Subject: [PATCH] docs(utils): missing 'optional' in docstring --- src/GOES_DL/utils/file_repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GOES_DL/utils/file_repository.py b/src/GOES_DL/utils/file_repository.py index 464bdc1..cc1ffa6 100644 --- a/src/GOES_DL/utils/file_repository.py +++ b/src/GOES_DL/utils/file_repository.py @@ -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. """