Skip to content

Commit 3fcacce

Browse files
committed
fix: remove unused import
Signed-off-by: ixlmar <[email protected]>
1 parent 84a9b38 commit 3fcacce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest/llmapi/apps/_test_openai_mmencoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22
import tempfile
3-
from typing import Any, List
3+
from typing import Any
44

55
import openai
66
import pytest

0 commit comments

Comments
 (0)