From e2b9c1268d287c3d8ba3774f096a9a986328bf6e Mon Sep 17 00:00:00 2001
From: Khaleel Al-Adhami <khaleel.aladhami@gmail.com>
Date: Fri, 14 Feb 2025 15:44:01 -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 d7247e07a..1de884e8a 100644
--- a/reflex/components/component.py
+++ b/reflex/components/component.py
@@ -711,8 +711,8 @@ class Component(BaseComponent, ABC):
     def _get_components_in_props(self) -> Sequence[BaseComponent]:
         """Get the components in the props.
 
-        Yields:
-            The components in the props.
+        Returns:
+            The components in the props
         """
         if self._are_fields_known():
             return [