MAINT: remove unchecked import from util.dtype

This commit is contained in:
Jonathan Helmus
2015-07-28 14:06:03 -05:00
parent d2519d610f
commit f10ae88139
-1
View File
@@ -60,7 +60,6 @@ import os.path as osp
import imp
import functools
import warnings
from .util.dtype import *
pkg_dir = osp.abspath(osp.dirname(__file__))
data_dir = osp.join(pkg_dir, 'data')