fix: remove import

This commit is contained in:
Alex
2024-01-06 18:23:20 +00:00
parent 1fa12e56c6
commit a3e6239e6e

View File

@@ -1,5 +1,4 @@
import unittest
from unittest.mock import patch
from application.llm.openai import OpenAILLM
class TestOpenAILLM(unittest.TestCase):