Skip to content

Commit 18b4b2c

Browse files
API: Remove unneeded __future__ imports
1 parent c92de63 commit 18b4b2c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pywt/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
wavelet packets signal decomposition and reconstruction module.
1111
"""
1212

13-
from __future__ import division, print_function, absolute_import
14-
1513
from ._extensions._pywt import *
1614
from ._functions import *
1715
from ._multilevel import *

0 commit comments

Comments
 (0)