Skip to content

Commit 8b4a082

Browse files
committed
let python3.7 run tools scripts
1 parent db078d9 commit 8b4a082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/core/docker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
from typing import TYPE_CHECKING, Dict, Optional, List, Literal, Union
3+
from typing import TYPE_CHECKING, Dict, Optional, List, Union
44

55
import json
66
from urllib.request import urlopen, Request
@@ -17,7 +17,7 @@
1717
from http.client import HTTPResponse
1818

1919

20-
SupportedPlatform = Literal["linux/arm64", "linux/amd64", "linux/386", "linux/ppc64le", "linux/s390s", "linux/arm/v7", "linux/arm/v6"]
20+
# SupportedPlatform = Literal["linux/arm64", "linux/amd64", "linux/386", "linux/ppc64le", "linux/s390s", "linux/arm/v7", "linux/arm/v6"]
2121

2222

2323
class Platform:

0 commit comments

Comments
 (0)