From 460d395f984180b8246ede6eed4ed47b9368a8a9 Mon Sep 17 00:00:00 2001 From: Benedikt Bartscher Date: Tue, 14 Jan 2025 11:02:18 +0100 Subject: [PATCH] drop commented out code --- tests/integration/test_input.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_input.py b/tests/integration/test_input.py index 9269f2cea..b9c4c8464 100644 --- a/tests/integration/test_input.py +++ b/tests/integration/test_input.py @@ -56,7 +56,6 @@ def FullyControlledInput(): ), rx.input( value=State.optional | "", - # value=State.optional.to_string(), id="optional_input", ), rx.button("SET NONE", on_click=State.set_none, id="set_none"),