Skip to content

Commit 7c01f31

Browse files
committed
config_path is passed via extra to avoid pyright error when None
1 parent 2152da1 commit 7c01f31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reflex/reflex.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ def deploy(
550550
loglevel=type(loglevel).INFO, # type: ignore
551551
token=token,
552552
project=project,
553-
config_path=config_path,
554553
project_name=project_name,
555554
**extra,
556555
)

0 commit comments

Comments
 (0)