Skip to content

Commit ecb05e2

Browse files
committed
Found merge HEAD comment and removed
1 parent 0e6a42b commit ecb05e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nipype/pipeline/plugins/base.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,11 @@
2020
import numpy as np
2121
import scipy.sparse as ssp
2222

23-
<<<<<<< HEAD
24-
from ..utils import (nx, dfs_preorder, topological_sort)
25-
from ..engine import (MapNode, str2bool)
26-
=======
2723

2824
from ...utils.filemanip import savepkl, loadpkl
2925
from ...utils.misc import str2bool
3026
from ..engine.utils import (nx, dfs_preorder, topological_sort)
3127
from ..engine import MapNode
32-
>>>>>>> 77ffab33003e8c69712bc3015c213c6979ef77ff
3328

3429

3530
from ... import logging

0 commit comments

Comments
 (0)