reconcile.helper: Appease code linter
This commit is contained in:
parent
9be7fdd95f
commit
7f7f325f73
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ def max_column_widths(rows: List) -> List[int]:
|
|||
return maxes
|
||||
|
||||
|
||||
def tabulate(rows: List, headers: List=None) -> str:
|
||||
def tabulate(rows: List, headers: List = None) -> str:
|
||||
"""Format a table of data as a string.
|
||||
|
||||
Implemented here to avoid adding dependency on "tabulate" package.
|
||||
|
|
Loading…
Reference in a new issue