Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasKoehneckeAA committed Jul 23, 2024
1 parent fb6046d commit df2e0f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Question(BaseModel):
description: str
options: Sequence[int] # range: 1-10

@computed_field # type: ignore[misc]
@computed_field # type: ignore[prop-decorator]
@property
def settings(self) -> Mapping[str, Any]:
return {
Expand Down

0 comments on commit df2e0f9

Please sign in to comment.