mirror of
https://github.com/taoky/shadowmire.git
synced 2025-07-08 09:12:43 +00:00
chore: seprate third-party imports
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
f1a2a023de
commit
b6071ec2e9
@ -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__)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user