Skip to content

Commit

Permalink
Run isort.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed May 5, 2024
1 parent 2e4d4e4 commit 468064b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
import os
import sys

from packaging import version as pver # Avoid distutils.LooseVersion which is deprecated
from packaging import (
version as pver, # Avoid distutils.LooseVersion which is deprecated
)
from sphinx import __version__ as sphinxversion

# If extensions (or modules to document with autodoc) are in another directory,
Expand Down
1 change: 0 additions & 1 deletion src/fmripost_aroma/interfaces/reportlets.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
from niworkflows import NIWORKFLOWS_LOG
from smriprep.interfaces.freesurfer import ReconAll


SUBJECT_TEMPLATE = """\
\t<ul class="elem-desc">
\t\t<li>Subject ID: {subject_id}</li>
Expand Down

0 comments on commit 468064b

Please sign in to comment.