mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Emit the deprecation one level up the stack (#5348)
Ref: https://github.com/pyca/cryptography/issues/5335#issuecomment-661880248
This commit is contained in:
parent
2329b41545
commit
a58c3d809a
1 changed files with 1 additions and 0 deletions
|
|
@ -37,4 +37,5 @@ if sys.version_info[0] == 2:
|
|||
"it is now deprecated in cryptography, and will be removed in a "
|
||||
"future release.",
|
||||
CryptographyDeprecationWarning,
|
||||
stacklevel=2,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue