Fix trailing newlines in utils.py

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Adil Hafeez 2026-02-12 05:44:36 +00:00
parent 0a84239bbf
commit df2f1c7f29

View file

@ -247,5 +247,3 @@ def find_config_file(path=".", file=None):
if not os.path.exists(arch_config_file):
arch_config_file = os.path.abspath(os.path.join(path, "arch_config.yaml"))
return arch_config_file