repl: add todo

This commit is contained in:
2026-04-19 06:55:24 +09:00
parent 7218348163
commit e968812858
+1 -1
View File
@@ -34,7 +34,7 @@ def format_date(date: datetime) -> str:
InteractiveItemSelectorType = TypeVar("InteractiveItemSelectorType")
# TODO: We need a way to exit the selector without selecting an item, maybe by entering 'q' or something.
class InteractiveItemSelector(Generic[InteractiveItemSelectorType], Cmd):
sql_session: Session
execute_selection: Callable[[Session, type, str], list[Any]]