remove unnecessary comment

This commit is contained in:
Khaleel Al-Adhami 2025-01-17 15:32:34 -08:00
parent f4aa122950
commit fa6c12e8b3

View File

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