dang it darglint

This commit is contained in:
Khaleel Al-Adhami 2025-01-31 20:02:35 -08:00
parent 0cfdfd764b
commit dae30108c1

View File

@ -1742,6 +1742,9 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow):
Yields:
StateUpdate object
Raises:
ValueError: If a string value is received for an int or float type and cannot be converted.
"""
from reflex.utils import telemetry