added align arg to Columns

This commit is contained in:
Will McGugan 2020-07-10 17:26:31 +01:00
parent f491ec0678
commit e2be2959c9
4 changed files with 52 additions and 1 deletions

View file

@ -56,7 +56,6 @@ def render():
columns.width = 16
console.print(columns)
console.print()
render_result = console.file.getvalue()
return render_result