Unverified Commit dcf9d85e authored by Yeuoly's avatar Yeuoly

fix: linter

parent 460c0da1
...@@ -4,8 +4,8 @@ from typing import Literal, Optional ...@@ -4,8 +4,8 @@ from typing import Literal, Optional
from httpx import post from httpx import post
from pydantic import BaseModel from pydantic import BaseModel
from yarl import URL from yarl import URL
from core.helper.code_executor.jina2_transformer import Jinja2TemplateTransformer
from core.helper.code_executor.jina2_transformer import Jinja2TemplateTransformer
from core.helper.code_executor.python_transformer import PythonTemplateTransformer from core.helper.code_executor.python_transformer import PythonTemplateTransformer
# Code Executor # Code Executor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment