fix: remove unused import

Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
This commit is contained in:
ixlmar 2026-01-06 16:59:35 +01:00 committed by mpikulski
parent 240eff4bd8
commit 01cf98132a

View File

@ -1,6 +1,6 @@
import os
import tempfile
from typing import Any, List
from typing import Any
import openai
import pytest