From 50576a8a6e74f67f6921d7e297a2b617b4af8ab5 Mon Sep 17 00:00:00 2001 From: Rim Date: Mon, 10 Mar 2025 10:00:54 -0400 Subject: [PATCH] chore(cod_api_tool.py): remove yaml explicit start and end --- cod_api_tool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cod_api_tool.py b/cod_api_tool.py index 410bc51..2691a4d 100644 --- a/cod_api_tool.py +++ b/cod_api_tool.py @@ -242,8 +242,8 @@ class CodStatsManager: sort_keys=False, allow_unicode=False, width=120, - explicit_start=True, - explicit_end=True, + # explicit_start=True, + # explicit_end=True, default_style="", line_break="unix", indent=2