Skip to content

Commit

Permalink
Try to fix deprecation warning at doctest import
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Dec 30, 2024
1 parent b3cdd4c commit 2964686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywt/_extensions/_pywt.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# See COPYING for license details.

__doc__ = """Cython wrapper for low-level C wavelet transform implementation."""
__all__ = ['MODES', 'Modes', 'DiscreteContinuousWavelet', 'Wavelet',
__all__ = ['Modes', 'DiscreteContinuousWavelet', 'Wavelet',
'ContinuousWavelet', 'wavelist', 'families']


Expand Down

0 comments on commit 2964686

Please sign in to comment.