dang it darglint

This commit is contained in:
Khaleel Al-Adhami 2025-01-17 18:21:28 -08:00
parent 5d6b51c561
commit be92063421
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,6 @@ def foreach(
Raises:
ForeachVarError: If the iterable is of type Any.
TypeError: If the render function is a ComponentState.
"""
iterable = LiteralVar.create(iterable)
if isinstance(iterable, ObjectVar):

View File

@ -988,6 +988,7 @@ class ArrayVar(Var[ARRAY_VAR_TYPE], python_types=(Sequence, set)):
Raises:
VarTypeError: If the function takes more than one argument.
TypeError: If the function is a ComponentState.
"""
from reflex.state import ComponentState