style: 使用ruff格式化utils模块,优化导入
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from passlib.context import CryptContext
|
||||
|
||||
pwd_context = CryptContext(schemes=["bcrypt"], deprecated="auto")
|
||||
pwd_context = CryptContext(schemes=['bcrypt'], deprecated='auto')
|
||||
|
||||
|
||||
class PwdUtil:
|
||||
|
Reference in New Issue
Block a user