Skip to content

Commit 4e81cdf

Browse files
committed
fix(lint): formatting
1 parent 6b7412e commit 4e81cdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vaultwarden/models/bitwarden.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def remove_collections(self, collections: list[UUID]):
270270
"CollectionId",
271271
"ReadOnly",
272272
"HidePasswords",
273-
"Manage"
273+
"Manage",
274274
}
275275
},
276276
"Groups": True,
@@ -308,7 +308,7 @@ def update_collection(self, collections: list[UUID]):
308308
"CollectionId",
309309
"ReadOnly",
310310
"HidePasswords",
311-
"Manage"
311+
"Manage",
312312
}
313313
},
314314
"Groups": True,

0 commit comments

Comments
 (0)