Skip to content

Commit 9bb12b7

Browse files
fix: qa
1 parent ac5728f commit 9bb12b7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/askui/models/shared/truncation_strategies.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,9 @@ def __init__(
242242
self._token_counter = SimpleTokenCounter()
243243
self._image_removal_boundary_index: int | None = None
244244
try:
245-
from askui.models.shared.truncation_debug import TruncationDebugWriter # noqa
245+
from askui.models.shared.truncation_debug import ( # type: ignore[import-untyped]
246+
TruncationDebugWriter,
247+
)
246248

247249
self._debug_writer = TruncationDebugWriter()
248250
except ImportError:

0 commit comments

Comments
 (0)