Skip to content

Commit

Permalink
fix: reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
simojo committed Sep 22, 2023
1 parent c5849e4 commit cd16005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chasten/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ class Check(BaseModel):
id: str
name: str
description: str = ""
min: Optional[conint(ge=0)] = 0 # type: ignore
max: Optional[conint(ge=0)] = 0 # type: ignore
min: Optional[conint(ge=0)] = 0 # type: ignore
max: Optional[conint(ge=0)] = 0 # type: ignore
pattern: str
passed: bool
matches: list[Match] = []
Expand Down

0 comments on commit cd16005

Please sign in to comment.