diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptography/utils.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py index 02857c06..986b504f 100644 --- a/src/cryptography/utils.py +++ b/src/cryptography/utils.py @@ -15,8 +15,7 @@ import warnings # ubiquity of their use. They should not be removed until we agree on when that # cycle ends. PersistentlyDeprecated = DeprecationWarning -DeprecatedIn19 = DeprecationWarning -DeprecatedIn21 = PendingDeprecationWarning +DeprecatedIn21 = DeprecationWarning def _check_bytes(name, value): |