Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Correct type annotation of
.tui.main.loop
- Fix: Change annotation of `.tui.main.loop` from `Loop` to `urwid.MainLoop`, since `Loop` is now defined within `.tui.init()`. - Change: Remove unnecessary import of `.tui`.
- Loading branch information