From e431356eeaa9f4f852e0d4cf8079d6a0924f744a Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Tue, 7 Jan 2025 11:46:14 -0800 Subject: [PATCH] dang it darglint --- reflex/components/component.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reflex/components/component.py b/reflex/components/component.py index b6a313832..8649b593d 100644 --- a/reflex/components/component.py +++ b/reflex/components/component.py @@ -1029,7 +1029,7 @@ class Component(BaseComponent, ABC): include_children: Whether to include Vars from children. ignore_ids: The ids to ignore. - Returns: + Yields: Each var referenced by the component (props, styles, event handlers). """ ignore_ids = ignore_ids or set() @@ -1827,7 +1827,7 @@ class CustomComponent(Component): include_children: Whether to include Vars from children. ignore_ids: The ids to ignore. - Returns: + Yields: Each var referenced by the component (props, styles, event handlers). """ ignore_ids = ignore_ids or set()