diff options
author | Kyomotoi <[email protected]> | 2022-06-13 19:30:28 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-06-13 19:30:28 +0800 |
commit | 4591bfe5d51404e978f452330a04b30c2435fdb5 (patch) | |
tree | 4929122bff360f2653bc27183d1a5084dae60c53 /ATRI/utils | |
parent | 1b3c6ada3b7d5a002afa089aa16422a9e3d0fa0d (diff) | |
download | ATRI-4591bfe5d51404e978f452330a04b30c2435fdb5.tar.gz ATRI-4591bfe5d51404e978f452330a04b30c2435fdb5.tar.bz2 ATRI-4591bfe5d51404e978f452330a04b30c2435fdb5.zip |
💩 优化代码
Diffstat (limited to 'ATRI/utils')
-rw-r--r-- | ATRI/utils/request.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ATRI/utils/request.py b/ATRI/utils/request.py index 0b43576..04d7093 100644 --- a/ATRI/utils/request.py +++ b/ATRI/utils/request.py @@ -1,4 +1,5 @@ import httpx + from ATRI.config import BotSelfConfig from ATRI.log import logger as log |