2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-21 19:49:02 +00:00

chore: remove unsupported annotations

closes https://github.com/frappe/bench/issues/1441
This commit is contained in:
Ankush Menat 2023-03-01 10:26:54 +05:30
parent 9fb55e6dca
commit f7a0d28174

View File

@ -114,7 +114,7 @@ def check_repo_exists() -> bool:
return os.path.exists(os.path.join(os.getcwd(), "frappe_docker"))
def setup_prod(project: str, sites: list[str], email: str, version: str = None) -> None:
def setup_prod(project: str, sites, email: str, version: str = None) -> None:
if check_repo_exists():
compose_file_name = os.path.join(os.path.expanduser("~"), f"{project}-compose.yml")
docker_repo_path = os.path.join(os.getcwd(), "frappe_docker")