Fix linting

This commit is contained in:
yangdx 2025-10-03 02:10:02 +08:00
parent 112349ed5b
commit b9c37bd937

View file

@ -5,6 +5,7 @@ import logging
from collections.abc import AsyncIterator
import pipmaster as pm
# install specific modules
if not pm.is_installed("openai"):
pm.install("openai")