Skip to content

Commit 2fe8e46

Browse files
committed
Throw error if deprecated decodestring is used
1 parent 02cc130 commit 2fe8e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ warningfilters=module |.* |DeprecationWarning |notebook.*
88
ignore |.*schema.* |UserWarning |nbfor.*
99
ignore |The 'warn' method is deprecated, use 'warning' instead | DeprecationWarning |notebook.*
1010
error |encodestring\(\) is a deprecated alias, use encodebytes\(\)| DeprecationWarning | notebook.*
11-
11+
error |decodestring\(\) is a .*| DeprecationWarning | notebook.*

0 commit comments

Comments
 (0)