We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75bcd1 commit d9d5672Copy full SHA for d9d5672
src/fastapi_cloud_cli/commands/deploy.py
@@ -25,7 +25,6 @@
25
from fastapi_cloud_cli.utils.apps import AppConfig, get_app_config, write_app_config
26
from fastapi_cloud_cli.utils.auth import is_logged_in
27
from fastapi_cloud_cli.utils.cli import get_rich_toolkit, handle_http_errors
28
-from fastapi_cloud_cli.utils.env import validate_environment_variable_name
29
30
logger = logging.getLogger(__name__)
31
0 commit comments