Skip to content

Commit

Permalink
Merge pull request #540 from grlee77/avoid_distutils_import
Browse files Browse the repository at this point in the history
remove unused distutils import from __init__.py
  • Loading branch information
rgommers committed Jan 14, 2020
2 parents b41e5ac + c3fb878 commit 8a5f1c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pywt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"""

from __future__ import division, print_function, absolute_import
from distutils.version import LooseVersion

from ._extensions._pywt import *
from ._functions import *
Expand Down

0 comments on commit 8a5f1c2

Please sign in to comment.