From 79949e0ce9b1afd0702c5d47ee41e04bad7f24ad Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Wed, 19 Feb 2025 18:23:23 -0800 Subject: [PATCH] woops --- tests/integration/tests_playwright/test_appearance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/tests_playwright/test_appearance.py b/tests/integration/tests_playwright/test_appearance.py index 0b1440ed1..a6a882c25 100644 --- a/tests/integration/tests_playwright/test_appearance.py +++ b/tests/integration/tests_playwright/test_appearance.py @@ -61,7 +61,7 @@ def ColorToggleApp(): rx.icon(tag="moon", size=20), value="dark", ), - on_change=set_color_mode(), + on_change=set_color_mode, # pyright: ignore[reportArgumentType] variant="classic", radius="large", value=color_mode,