chore: seprate third-party imports

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
Shengqi Chen 2024-08-08 15:23:21 +08:00
parent f1a2a023de
commit ef78113c5e
No known key found for this signature in database
GPG Key ID: 6EE389C0F18AF774

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
import sys
from types import FrameType
from typing import IO, Any, Callable, Generator, Optional
@ -21,11 +22,13 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
import signal
import tomllib
from copy import deepcopy
import requests
import click
from tqdm import tqdm
from requests.adapters import HTTPAdapter, Retry
logger = logging.getLogger(__name__)