mirror of
https://github.com/veops/cmdb.git
synced 2025-08-11 16:01:04 +08:00
fix: code linter
This commit is contained in:
@@ -131,7 +131,7 @@ class EmployeeChangePasswordWithACLID(APIView):
|
||||
if not password:
|
||||
abort(400, ErrFormat.password_is_required)
|
||||
|
||||
data = EmployeeCRUD.change_password_by_uid(_uid, password)
|
||||
EmployeeCRUD.change_password_by_uid(_uid, password)
|
||||
return self.jsonify(200)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user