diff --git a/src/cryptography/master_pass.py b/src/cryptography/master_pass.py index e13919f..8f44779 100644 --- a/src/cryptography/master_pass.py +++ b/src/cryptography/master_pass.py @@ -1,7 +1,5 @@ import bcrypt -print("Hi") - def encrypt_master_pass(passwd: str) -> tuple[bytes, bytes]: """Hashes master password and return tuple of hashed password and salt"""