Skip to content

Commit ad8a7bc

Browse files
committed
remove always warning filter from warning
1 parent 7df984d commit ad8a7bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fooof/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
# Deprecation of fooof / move to specparam message
66
# Note: this warning is for fooof v1.1 specifically, and should be removed in specparam 2.0
7-
from warnings import warn, simplefilter
8-
#simplefilter('always') # make sure user sees it once, on every import
7+
from warnings import warn
98
DEPRECATION_TEXT = ("\nThe `fooof` package is being deprecated and replaced by the "
109
"`specparam` (spectral parameterization) package."
1110
"\nThis version of `fooof` (1.1) is fully functional, but will not be further updated."

0 commit comments

Comments
 (0)