We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5728f commit 9bb12b7Copy full SHA for 9bb12b7
1 file changed
src/askui/models/shared/truncation_strategies.py
@@ -242,7 +242,9 @@ def __init__(
242
self._token_counter = SimpleTokenCounter()
243
self._image_removal_boundary_index: int | None = None
244
try:
245
- from askui.models.shared.truncation_debug import TruncationDebugWriter # noqa
+ from askui.models.shared.truncation_debug import ( # type: ignore[import-untyped]
246
+ TruncationDebugWriter,
247
+ )
248
249
self._debug_writer = TruncationDebugWriter()
250
except ImportError:
0 commit comments