Skip to content

Commit 9cb2826

Browse files
committed
fix(api-fields): lint
1 parent 3f37c03 commit 9cb2826

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vaultwarden/models/bitwarden.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class OrganizationUserDetails(BitwardenBaseModel):
206206
Collections: list[UserCollection]
207207
Groups: list | None = None
208208
TwoFactorEnabled: bool
209-
Permissions: dict | None = None
209+
Permissions: dict | None = None
210210

211211
@field_validator("OrganizationId")
212212
@classmethod
@@ -225,7 +225,7 @@ def add_collections(self, collections: list[UUID]):
225225
UserId=self.Id,
226226
ReadOnly=False,
227227
HidePasswords=False,
228-
Manage=False
228+
Manage=False,
229229
)
230230
user.bitwarden_client = self.api_client
231231
self.Collections.append(user)

0 commit comments

Comments
 (0)