Skip to content

Commit 7667127

Browse files
committed
remove typer
1 parent 200309b commit 7667127

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

veadk/integrations/ve_faas/ve_faas.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import time
1818

1919
import requests
20-
import typer
2120
import volcenginesdkcore
2221
import volcenginesdkvefaas
2322
from volcenginesdkvefaas.models.env_for_create_function_input import (
@@ -378,12 +377,7 @@ def delete(self, app_id: str):
378377
host="open.volcengineapi.com",
379378
)
380379
except Exception as e:
381-
typer.echo(
382-
typer.style(
383-
f"Delete application failed. Response: {e}",
384-
fg=typer.colors.BRIGHT_RED,
385-
)
386-
)
380+
logger.error(f"Delete application failed. Response: {e}")
387381

388382
def deploy(
389383
self,

0 commit comments

Comments
 (0)