Skip to content

Commit d55bfa3

Browse files
authored
Fix comma in airflow.py
1 parent 9b4d044 commit d55bfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth_backend/auth_plugins/airflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async def _update_outer_user_password(cls, username: str, password: str):
4949
),
5050
params={"update_mask": ["password"]},
5151
json={
52-
"password": password
52+
"password": password,
5353
"email": "no_change",
5454
"first_name": "no_change",
5555
"last_name": "no_change",

0 commit comments

Comments
 (0)