From 8f29d951cb982bcb9d369229f2aa24c5336a59e8 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 29 Mar 2019 12:55:05 +0200 Subject: [PATCH] YAPF 0.26.0 --- platformio/commands/ci.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/platformio/commands/ci.py b/platformio/commands/ci.py index 8fb1bf89..e1b60087 100644 --- a/platformio/commands/ci.py +++ b/platformio/commands/ci.py @@ -55,10 +55,7 @@ def validate_path(ctx, param, value): # pylint: disable=unused-argument "--build-dir", default=mkdtemp, type=click.Path( - file_okay=False, - dir_okay=True, - writable=True, - resolve_path=True)) + file_okay=False, dir_okay=True, writable=True, resolve_path=True)) @click.option("--keep-build-dir", is_flag=True) @click.option( "-C",