Skip to content

Commit

Permalink
chore: Brainfart
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed Oct 11, 2024
1 parent fc02f34 commit 99b64a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ulid.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def test_pydantic_protocol() -> None:
ulid = ULID()

class Model(BaseModel):
ulid: Optional[ULID, None] = None # noqa: FA100
ulid: Optional[ULID] = None # noqa: FA100

for value in [ulid, str(ulid), int(ulid), bytes(ulid)]:
model = Model(ulid=value)
Expand Down

0 comments on commit 99b64a9

Please sign in to comment.