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
|
git_commit: str
|
||||||
|
|
||||||
@validator("repo")
|
@validator("repo")
|
||||||
@classmethod
|
|
||||||
def validate_repo(cls, v: str) -> str:
|
def validate_repo(cls, v: str) -> str:
|
||||||
return v.lower()
|
return v.lower()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue