Skip to content

Commit

Permalink
Add cell type information to custom data tables
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Dec 25, 2024
1 parent 659a00f commit ec03fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazy_github/ui/widgets/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self) -> None:
super().__init__(show_command_palette=False)


class _VimLikeDataTable(DataTable):
class _VimLikeDataTable(DataTable[str | int]):
"An data table for LazyGithub that provides some more vim-like bindings"

BINDINGS = [
Expand Down

0 comments on commit ec03fbf

Please sign in to comment.