pep8: Fix E701 violations.

This commit is contained in:
Tommy Ip 2016-11-30 20:45:02 +00:00
parent 836e3379c9
commit 1cb7c41786
3 changed files with 6 additions and 3 deletions

View file

@ -11,7 +11,8 @@ import subprocess
import hashlib
from six.moves import range
if False: from typing import Any, Dict, List, Set, Tuple
if False:
from typing import Any, Dict, List, Set, Tuple
parser = optparse.OptionParser()
parser.add_option('--verbose',