Minor typing simplification
This commit is contained in:
parent
5e7919eaf4
commit
b8a9fadb26
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ class CommitInfo(BaseModel):
|
|||
git_commit: str
|
||||
|
||||
@validator("repo")
|
||||
@classmethod
|
||||
def validate_repo(cls, v: str) -> str:
|
||||
return v.lower()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue