fix: linter

This commit is contained in:
Yeuoly 2024-03-12 22:42:28 +08:00
parent 3bd53556ca
commit 856466320d
No known key found for this signature in database
GPG Key ID: A66E7E320FB19F61
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@ from typing import Literal, Optional
from httpx import post
from pydantic import BaseModel
from yarl import URL
from core.helper.code_executor.javascript_transformer import NodeJsTemplateTransformer
from core.helper.code_executor.javascript_transformer import NodeJsTemplateTransformer
from core.helper.code_executor.jina2_transformer import Jinja2TemplateTransformer
from core.helper.code_executor.python_transformer import PythonTemplateTransformer