Skip to content

Commit

Permalink
API: Remove unneeded __future__ imports
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jun 4, 2024
1 parent c92de63 commit 18b4b2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pywt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
wavelet packets signal decomposition and reconstruction module.
"""

from __future__ import division, print_function, absolute_import

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

0 comments on commit 18b4b2c

Please sign in to comment.