Skip to content

Commit 04c34f3

Browse files
committed
add missing imports
1 parent 7d05e3c commit 04c34f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/interfaces/dipy/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- coding: utf-8 -*-
2+
import numpy as np
3+
import os.path as op
24
from nipype.interfaces.base import (traits, File, isdefined,
35
BaseInterface, BaseInterfaceInputSpec)
46

0 commit comments

Comments
 (0)