Skip to content

Commit

Permalink
Merge pull request #725 from mgxd/dep/remove-distutils
Browse files Browse the repository at this point in the history
MAINT: Replace distutils use, upgrade versioneer
  • Loading branch information
mgxd authored and oesteban committed May 19, 2022
1 parent db1a5f8 commit c82d68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niworkflows/interfaces/reportlets/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#
"""ReportCapableInterfaces for registration tools."""
import os
from distutils.version import LooseVersion

from looseversion import LooseVersion
from nipype.utils.filemanip import fname_presuffix
from nipype.interfaces.base import (
traits,
Expand Down

0 comments on commit c82d68b

Please sign in to comment.