Removed print

This commit is contained in:
StNicolay 2022-10-14 19:52:48 +03:00
parent 822061ae49
commit 39e86793a6

View File

@ -1,7 +1,5 @@
import bcrypt import bcrypt
print("Hi")
def encrypt_master_pass(passwd: str) -> tuple[bytes, bytes]: def encrypt_master_pass(passwd: str) -> tuple[bytes, bytes]:
"""Hashes master password and return tuple of hashed password and salt""" """Hashes master password and return tuple of hashed password and salt"""