[CI] Remove unused imports with Ruff to pre-commit config, only to benchmarks/docs/examples folder (#3969)
This commit is contained in:
@@ -5,7 +5,6 @@ python openai_chat.py
|
||||
"""
|
||||
|
||||
import openai
|
||||
from openai import OpenAI
|
||||
|
||||
client = openai.Client(base_url="http://127.0.0.1:30000/v1", api_key="EMPTY")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user