From 2ca61df0b42fa935ff689f79aea426ddbc4f6abe Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:46:37 -0400 Subject: [PATCH] remove annotation to avoid check --- dandi/organize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dandi/organize.py b/dandi/organize.py index 454668ab3..2edab94d9 100644 --- a/dandi/organize.py +++ b/dandi/organize.py @@ -721,7 +721,7 @@ def organize( update_external_file_paths=False, media_files_mode=None, required_fields=None, - jobs: Optional[int] = None, + jobs=None, ): in_place = False # If we deduce that we are organizing in-place jobs = jobs or -1