Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 31, 2023
1 parent f0abb11 commit 18b48c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyflask/manageNeuroconv/manage_neuroconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def upload_folder_to_dandi(
staging=staging,
cleanup=cleanup,
number_of_jobs=number_of_jobs,
number_of_threads=number_of_threads
number_of_threads=number_of_threads,
)


Expand All @@ -523,7 +523,7 @@ def upload_to_dandi(
staging=staging,
cleanup=cleanup,
number_of_jobs=number_of_jobs,
number_of_threads=number_of_threads
number_of_threads=number_of_threads,
)


Expand Down

0 comments on commit 18b48c1

Please sign in to comment.