From 01b5bdc829a9cfc2aaa0cb843f1641b6f99e3083 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 25 Oct 2024 12:48:54 -0700 Subject: [PATCH] style: fix indentation in get_input method --- aider/io.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/io.py b/aider/io.py index 3e26be20d..556283af4 100644 --- a/aider/io.py +++ b/aider/io.py @@ -383,8 +383,8 @@ class InputOutput: try: rel_fnames = list(rel_fnames) - show = "" - if rel_fnames: + show = "" + if rel_fnames: rel_read_only_fnames = [ get_rel_fname(fname, root) for fname in (abs_read_only_fnames or []) ]