mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-20 13:47:15 +08:00
formatting: run precommit on all files
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import textwrap
|
||||
import web
|
||||
|
||||
from config import conf
|
||||
from wechatpy.utils import check_signature
|
||||
import web
|
||||
from wechatpy.crypto import WeChatCrypto
|
||||
from wechatpy.exceptions import InvalidSignatureException
|
||||
from wechatpy.utils import check_signature
|
||||
|
||||
from config import conf
|
||||
|
||||
MAX_UTF8_LEN = 2048
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user