fix: fix error

This commit is contained in:
冰苷晶
2025-03-24 13:28:14 +08:00
parent 7334090ac1
commit 1df33ac3c8
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import re
import aiohttp
import ssl, certifi
import ssl
import certifi
from io import BytesIO
from . import RenderStrategy
+2 -1
View File
@@ -1,6 +1,7 @@
import aiohttp
import os
import ssl, certifi
import ssl
import certifi
from . import RenderStrategy
from astrbot.core.config import VERSION