Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 2544f93

Browse files
committed
Relax type for info_table()
1 parent 56ab61f commit 2544f93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli_ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def tabs(num: int) -> str:
397397

398398

399399
def info_table(
400-
data: Any, *, headers: Optional[List[str]] = None, fileobj: Any = None
400+
data: Any, *, headers: Optional[Sequence[str]] = None, fileobj: Any = None
401401
) -> None:
402402
if not fileobj:
403403
fileobj = sys.stdout

0 commit comments

Comments
 (0)