Skip to content

Commit 2544f93

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)