Skip to content

Commit

Permalink
Pyi update
Browse files Browse the repository at this point in the history
  • Loading branch information
picklelo committed Aug 31, 2023
1 parent 7ba9cba commit 4159920
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reflex/vars.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,7 @@ class ImportVar(Base):
def name(self) -> str: ...
def __hash__(self) -> int: ...

class NoRenderImportVar(ImportVar):
"""A import that doesn't need to be rendered."""

def get_local_storage(key: Optional[Union[Var, str]] = ...) -> BaseVar: ...

0 comments on commit 4159920

Please sign in to comment.