Skip to content

Commit

Permalink
Update via black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Feb 27, 2024
1 parent d34dd8b commit 0cc856d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions autobidsportal/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def get_default_bidsignore() -> str:
) as bidsignore_file:
return bidsignore_file.read()


@lru_cache
def get_default_heuristic() -> str:
"""Read default heuristic file.
Expand Down
1 change: 1 addition & 0 deletions autobidsportal/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,7 @@ def archive_raw_data(study_id: int):
db.session.commit() # pyright: ignore
_set_task_progress(100)


def find_uncorrected_images(study_id: int):
"""Check for NIfTI images that haven't had gradcorrect applied.
Expand Down

0 comments on commit 0cc856d

Please sign in to comment.