config_path is passed via extra
to avoid pyright error when None
This commit is contained in:
parent
2152da1633
commit
7c01f3183d
@ -550,7 +550,6 @@ def deploy(
|
|||||||
loglevel=type(loglevel).INFO, # type: ignore
|
loglevel=type(loglevel).INFO, # type: ignore
|
||||||
token=token,
|
token=token,
|
||||||
project=project,
|
project=project,
|
||||||
config_path=config_path,
|
|
||||||
project_name=project_name,
|
project_name=project_name,
|
||||||
**extra,
|
**extra,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user