mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
ruff fix
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# FILEPATH: /Users/alextu/Documents/GitHub/DocsGPT/tests/llm/test_openai.py
|
||||
|
||||
import unittest
|
||||
from unittest.mock import patch, Mock
|
||||
from application.llm.openai import OpenAILLM, AzureOpenAILLM
|
||||
from unittest.mock import patch
|
||||
from application.llm.openai import OpenAILLM
|
||||
|
||||
class TestOpenAILLM(unittest.TestCase):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user