Skip to content

Commit

Permalink
Strip unused type ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
monoxgas committed Sep 16, 2024
1 parent 13bb182 commit 9c3b8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rigging/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def _validate(value: str) -> str:
__doc__=doc,
__cls_kwargs__={"tag": tag},
content=(type_, ...),
__validators__={"content_validator": field_validator("content")(_validate)} if validator else {}, # type: ignore
__validators__={"content_validator": field_validator("content")(_validate)} if validator else {},
)


Expand Down

0 comments on commit 9c3b8d7

Please sign in to comment.