Skip to content

Commit a31c78d

Browse files
author
CarlosAndreo
committed
remove: unused function
1 parent 357584f commit a31c78d

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

app/core/security.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
pwd_context = CryptContext(schemes=["bcrypt"], deprecated="auto")
44

55

6-
def get_password_hash(password):
7-
"""
8-
Hash a password using bcrypt
9-
"""
10-
return pwd_context.hash(secret=password)
11-
12-
136
def hash_password(password: str) -> str:
147
"""
158
Hash a password using bcrypt

0 commit comments

Comments
 (0)