pylint adjust no-else-return

This commit is contained in:
Luke Craig 2025-10-27 10:16:57 -04:00
parent 3de8a7a8ca
commit e1f82ad13b

View file

@ -368,7 +368,6 @@ def _read_file_content(file_path: str) -> str:
except OSError:
target = ''
return f"[symlink] -> {target}"
else:
raise e