mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Fix passlib.utils.handlers.TruncateMixin.using (#11229)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from passlib.hash import bcrypt
|
||||
|
||||
bcrypt.using(rounds=13).hash("password")
|
||||
Reference in New Issue
Block a user