diff --git a/git_cl.py b/git_cl.py index fdf61910f7..8bb03fc848 100755 --- a/git_cl.py +++ b/git_cl.py @@ -4921,7 +4921,7 @@ def CMDformat(parser, args): if not yapf_style: yapf_style = 'pep8' - cmd = [yapf_tool, '--parallel', '--style', yapf_style, f] + cmd = [yapf_tool, '--style', yapf_style, f] has_formattable_lines = False if not opts.full: