small fix

This commit is contained in:
xunbu
2025-05-29 21:33:11 +08:00
parent 097efa6cb5
commit e6c125f4a9
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import asyncio
import html
from pathlib import Path
from typing import Literal, ParamSpec, TypedDict
from typing import Literal
import markdown2
import jinja2
from docutranslate.agents import Agent, AgentArgs