mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-17 01:32:37 +02:00
formatting
This commit is contained in:
@ -224,8 +224,9 @@ def _get_data(table: Iterable[Tuple[int, List]]) -> List[List[List[str]]]:
|
|||||||
"""
|
"""
|
||||||
return a list of rows, which are lists made up of lists of strings:
|
return a list of rows, which are lists made up of lists of strings:
|
||||||
[ # data
|
[ # data
|
||||||
[ # rows
|
[ # data rows
|
||||||
['str', 'str', 'str'] # lines
|
['str', 'str', 'str'], # data lines
|
||||||
|
['str', 'str', 'str']
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user