no need for that guy
This commit is contained in:
parent
8f811815ad
commit
066e0f5102
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user