Remove white space between print and ()
TrivialFix Change-Id: I6eeac0206a625d3f562b207e5523f87a88993ccc
This commit is contained in:
parent
5d7e18686a
commit
2bf2071a81
@ -46,7 +46,7 @@ def print_help():
|
||||
|
||||
Also, make test will automatically use the virtualenv.
|
||||
"""
|
||||
print (help)
|
||||
print(help)
|
||||
|
||||
|
||||
def main(argv):
|
||||
|
Loading…
x
Reference in New Issue
Block a user