Browse Source

remove unnecessary comment

Khaleel Al-Adhami 4 months ago
parent
commit
fa6c12e8b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reflex/base.py

+ 1 - 1
reflex/base.py

@@ -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