Fix some pylint errors for double whitespace after class/function

This commit is contained in:
Hugh Bellamy
2017-02-17 15:37:19 +07:00
parent a0ee99aeac
commit fa3543d3c5
20 changed files with 35 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ class Result(object):
def _unwrap_self(args):
return type(args[0]).process_input(*args)
BenchmarkDriver_OptLevels = ['Onone', 'O', 'Ounchecked']