no need for that guy

This commit is contained in:
Khaleel Al-Adhami 2025-02-18 13:41:42 -08:00
parent 8f811815ad
commit 066e0f5102

View File

@ -44,7 +44,7 @@ if TYPE_CHECKING:
from reflex.vars import Var
class Base(BaseModel): # pyright: ignore [reportPossiblyUnboundVariable]
class Base(BaseModel):
"""The base class subclassed by all Reflex classes.
This class wraps Pydantic and provides common methods such as