2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-08 00:04:38 +00:00

fix: easy-install.py typings

This commit is contained in:
Revant Nandgaonkar 2024-10-27 15:24:40 +05:30
parent 97ce6f79a9
commit 6f407fe317

View File

@ -11,7 +11,7 @@ import sys
import time
import urllib.request
from shutil import move, unpack_archive, which
from typing import Dict
from typing import Dict, List
logging.basicConfig(
filename="easy-install.log",
@ -377,7 +377,7 @@ def build_image(
frappe_branch: str,
containerfile_path: str,
apps_json_path: str,
tags: list[str],
tags: List[str],
python_version: str,
node_version: str,
):