Skip to content

Commit

Permalink
feat(objects): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lowaiz committed Dec 14, 2023
1 parent a300d3e commit eaf5f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vaultwarden/models/sync.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import time
from uuid import UUID

from pydantic import BaseModel, field_validator, Field
from pydantic import BaseModel, Field, field_validator

from vaultwarden.models.enum import VaultwardenUserStatus
from vaultwarden.utils.crypto import decrypt
Expand Down

0 comments on commit eaf5f8e

Please sign in to comment.