Skip to content

Commit f174f96

Browse files
committed
add ignore
1 parent 5a8f8ca commit f174f96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fastapi_cloud_cli/commands/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ def _waitlist_form(toolkit: RichToolkit) -> None:
587587
result = SignupToWaitingList.model_validate(
588588
{
589589
"email": email,
590-
**result,
590+
**result, # type: ignore # ty: ignore[unused-ignore-comment]
591591
},
592592
)
593593
except ValidationError:

0 commit comments

Comments
 (0)