Fix some pep8 warning

When running tox -epep8, few warnings are displayed.
This patch is to fix them

Change-Id: I3cbf9cbeacb7995b0ab30c167ff79b88874807fc
This commit is contained in:
Luz Cazares 2017-06-28 21:57:01 +00:00
parent d2e4de1483
commit 9f772a01ff
2 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,6 @@
# under the License.
import argparse
import fileinput
import os
import subprocess
import tempfile
@ -41,7 +40,7 @@ beforehand.
After replacing these values, the script then retabulates the scores based
on the new data.
"""), add_help=True, formatter_class=CustomFormatter)
"""), add_help=True, formatter_class=argparse.ArgumentDefaultsHelpFormatter)
parser.add_argument("--file", "-f", metavar='f', type=str, action="store",
dest="filename", default="tabulated_scores.csv")
result = parser.parse_args()