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
ef78113c5e
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
from types import FrameType
|
from types import FrameType
|
||||||
from typing import IO, Any, Callable, Generator, Optional
|
from typing import IO, Any, Callable, Generator, Optional
|
||||||
@ -21,11 +22,13 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
|
|||||||
import signal
|
import signal
|
||||||
import tomllib
|
import tomllib
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
import click
|
import click
|
||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
from requests.adapters import HTTPAdapter, Retry
|
from requests.adapters import HTTPAdapter, Retry
|
||||||
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user