Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions tools/check_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
用于定期检查README文件中所有外部链接的有效性
"""

import re
import requests
import time
import json
import re, requests, time, json
from pathlib import Path
from concurrent.futures import ThreadPoolExecutor, as_completed

Expand Down