Skip to content

Commit

Permalink
dang it darglint
Browse files Browse the repository at this point in the history
  • Loading branch information
adhami3310 committed Jan 7, 2025
1 parent b512903 commit e431356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reflex/components/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ def _get_vars(
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()
Expand Down Expand Up @@ -1827,7 +1827,7 @@ def _get_vars(
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()
Expand Down

0 comments on commit e431356

Please sign in to comment.