repl: add todo
This commit is contained in:
+1
-1
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user