Skip to content

Commit f6ea3c7

Browse files
🎨 Auto format
1 parent fa05e8a commit f6ea3c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fastapi_cloud_cli/commands/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def deploy(
691691
identity = Identity()
692692
use_deploy_token = identity.has_deploy_token()
693693
has_auth = use_deploy_token or identity.is_logged_in()
694-
694+
695695
logger.debug(
696696
"Authentication mode: %s", "deploy token" if use_deploy_token else "user token"
697697
)

0 commit comments

Comments
 (0)