Skip to content

Commit

Permalink
chore: remove unnecessary type check stop
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Dec 18, 2024
1 parent 7065350 commit b4f80fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junifer/data/template_spaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ def get_template(
klass=RuntimeError,
)
else:
return nib.load(template_path) # type: ignore
return nib.load(template_path)

0 comments on commit b4f80fe

Please sign in to comment.