flake8: apply E1 rules
This commit is contained in:
parent
450f9249cd
commit
ce1f9928af
30 changed files with 958 additions and 958 deletions
|
|
@ -171,7 +171,7 @@ class CompareTest(BaseSimpleTest):
|
|||
'>=': lambda a, b: a >= b,
|
||||
'=': lambda a, b: a == b,
|
||||
'!=': lambda a, b: a != b,
|
||||
}
|
||||
}
|
||||
|
||||
def __init__(self, str):
|
||||
"""Read the test parameters from string"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue