From 8187eb97c7f0d87de7b0bc2905f13dc140a75448 Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Fri, 12 Feb 2021 09:02:17 -0700 Subject: [PATCH] cephadm: over-indented (E117) Signed-off-by: Michael Fritch --- src/cephadm/cephadm | 4 ++-- src/cephadm/tox.ini | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index 0c4bbd4681d..b956f98c361 100755 --- a/src/cephadm/cephadm +++ b/src/cephadm/cephadm @@ -1241,7 +1241,7 @@ if sys.version_info < (3, 8): self._threads = {} def is_active(self): - return True + return True def close(self): self._join_threads() @@ -3196,7 +3196,7 @@ def _pull_image(ctx, image): cmd = [ctx.container_path, 'pull', image] if 'podman' in ctx.container_path and os.path.exists('/etc/ceph/podman-auth.json'): - cmd.append('--authfile=/etc/ceph/podman-auth.json') + cmd.append('--authfile=/etc/ceph/podman-auth.json') cmd_str = ' '.join(cmd) for sleep_secs in [1, 4, 25]: diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index 528f75d5f97..898503364a1 100644 --- a/src/cephadm/tox.ini +++ b/src/cephadm/tox.ini @@ -5,7 +5,6 @@ skipsdist=true [flake8] max-line-length = 100 ignore = - E117, E121, E122, E123,