mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
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