1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-03 11:52:36 +01:00

wa/utils: Fix pylint errors

This commit is contained in:
Marc Bonnici
2018-07-03 12:33:24 +01:00
parent 1550e9a788
commit 185bff9029
9 changed files with 19 additions and 17 deletions

View File

@@ -105,4 +105,3 @@ def _get_terminal_size_linux():
if __name__ == "__main__":
sizex, sizey = get_terminal_size()
print('width =', sizex, 'height =', sizey)