Skip to content

Commit

Permalink
use no return
Browse files Browse the repository at this point in the history
  • Loading branch information
adhami3310 committed Feb 6, 2025
1 parent 1da68d2 commit 969071e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions reflex/vars/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
List,
Literal,
Mapping,
Never,
NoReturn,
Optional,
Sequence,
Expand Down Expand Up @@ -578,7 +577,7 @@ def _replace(
@classmethod
def create( # pyright: ignore[reportOverlappingOverload]
cls,
value: Never,
value: NoReturn,
_var_data: VarData | None = None,
) -> Var[Any]: ...

Expand Down

0 comments on commit 969071e

Please sign in to comment.