Skip to content

Commit

Permalink
remove annotation to avoid check
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Nov 1, 2023
1 parent 2ac2d35 commit 2ca61df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/organize.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ca61df

Please sign in to comment.