Skip to content

Commit

Permalink
import re in _create_profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Jul 14, 2017
1 parent 2592a21 commit dbfccbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qipipe/pipeline/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ def _create_profile(technique, configuration, sections, reference, resource):
:return: the output profile file path
"""
import os
import re
from qipipe.helpers import metadata

# The reference is the XNAT file name without a directory.
Expand Down

0 comments on commit dbfccbe

Please sign in to comment.