Skip to content

Commit cd39383

Browse files
committed
Fix typing issue
1 parent 485540b commit cd39383

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/fastapi_cloud_cli/utils

src/fastapi_cloud_cli/utils/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ def __init__(self, use_deploy_token: bool = False) -> None:
201201
settings = Settings.get()
202202
identity = Identity()
203203

204+
token: str | None
204205
if use_deploy_token and identity.deploy_token:
205206
token = identity.deploy_token
206207
self.auth_mode = "token"

0 commit comments

Comments
 (0)