Fix linting

This commit is contained in:
Bruno Oliveira
2018-10-10 19:53:21 -03:00
parent d1322570dd
commit c9a85b0e78
4 changed files with 6 additions and 10 deletions

View File

@@ -835,9 +835,7 @@ def repr_pythonversion(v=None):
def build_summary_stats_line(stats):
keys = (
"failed passed skipped deselected xfailed xpassed warnings error"
).split()
keys = ("failed passed skipped deselected xfailed xpassed warnings error").split()
unknown_key_seen = False
for key in stats.keys():
if key not in keys: