Skip to content

Commit 58da82e

Browse files
authored
Update merge_clash.py
1 parent 3c172e3 commit 58da82e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

merge_clash.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from collections import defaultdict
44
from ipaddress import ip_address
55
import re
6+
from typing import Dict # 添加此导入以修复 Dict 类型提示
67

78
import requests
89
import yaml

0 commit comments

Comments
 (0)