diff options
| author | Omni Worker <bot@omni.agent> | 2025-11-22 05:31:38 -0500 |
|---|---|---|
| committer | Omni Worker <bot@omni.agent> | 2025-11-22 05:31:38 -0500 |
| commit | 001821558bdee18d50a189cc21b12a2d5f2d8fea (patch) | |
| tree | 3b5f03c96532fe8c8e9bf9f9728a341c8344ac21 /Biz/PodcastItLater | |
| parent | 240aabb20f2d8ac5d7f445c2d53afef3426b9d30 (diff) | |
Add type ignore to html.form in UI.py
Diffstat (limited to 'Biz/PodcastItLater')
| -rw-r--r-- | Biz/PodcastItLater/UI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/PodcastItLater/UI.py b/Biz/PodcastItLater/UI.py index e212f83..1fd3276 100644 --- a/Biz/PodcastItLater/UI.py +++ b/Biz/PodcastItLater/UI.py @@ -490,7 +490,7 @@ class PricingPage(Component[AnyChildren, PricingPageAttrs]): html.li("Support independent software"), classes=["list-unstyled", "mb-4"], ), - html.form( + html.form( # type: ignore[arg-type] html.button( "Upgrade Now", type="submit", |
