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:
parent
97ce6f79a9
commit
6f407fe317
@ -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,
|
||||
):
|
||||
|
Loading…
Reference in New Issue
Block a user