summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Biz/PodcastItLater/UI.py2
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",