fix(types): resolve pyright errors introduced in #269 changes
lint / lint (push) Successful in 1m47s
test / unit (pull_request) Successful in 30s
test / integration (pull_request) Successful in 16s

- manifest.py: remove unused load_bottle_chain_from_dir import
- manifest_extends.py: drop redundant ManifestEgressRoute annotation
- test_cli_start_selector.py: remove unused call import
- test_cli_tui.py: move Optional/constants to top, annotate FakeScreen,
  remove unused curses import
- test_manifest_bottle_merge.py: add type args to dict, annotate **kwargs
This commit is contained in:
2026-06-25 07:08:57 +00:00
committed by didericis
parent 1ca00d8f30
commit 61e101178d
5 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from __future__ import annotations
import os
import unittest
from unittest.mock import MagicMock, call, patch
from unittest.mock import MagicMock, patch
import bot_bottle.cli.start as start_mod
import bot_bottle.cli.tui as tui_mod