Skip to content

Commit d0f9f5e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vaultwarden/models/bitwarden.py

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)