config_path is passed via extra to avoid pyright error when None

This commit is contained in:
Masen Furer 2025-01-22 11:53:00 -08:00
parent 2152da1633
commit 7c01f3183d
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

View File

@ -550,7 +550,6 @@ def deploy(
loglevel=type(loglevel).INFO, # type: ignore
token=token,
project=project,
config_path=config_path,
project_name=project_name,
**extra,
)