style: fix indentation in get_input method

This commit is contained in:
Paul Gauthier (aider) 2024-10-25 12:48:54 -07:00
parent 5a0d66141f
commit 01b5bdc829

View file

@ -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 [])
]