| 606 | |
| 607 | |
| 608 | class ProjectDeployForm(StarletteForm): |
| 609 | commit = HiddenField(_l("Commit"), validators=[DataRequired()]) |
| 610 | submit = SubmitField(_l("Deploy")) |
| 611 | |
| 612 | |
| 613 | class ProjectDeploymentCancelForm(StarletteForm): |
nothing calls this directly
no outgoing calls
no test coverage detected