Skip to content

Commit

Permalink
MAINT: remove unchecked import from util.dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Jul 28, 2015
1 parent d2519d6 commit f10ae88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion skimage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
import imp
import functools
import warnings
from .util.dtype import *

pkg_dir = osp.abspath(osp.dirname(__file__))
data_dir = osp.join(pkg_dir, 'data')
Expand Down

0 comments on commit f10ae88

Please sign in to comment.