From a54dea4c2c31c5d9a51540c4548b91637445b47e Mon Sep 17 00:00:00 2001 From: alexAubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 16 Mar 2024 13:55:01 +0000 Subject: [PATCH] :art: Format Python code with Black --- update_app_levels/update_app_levels.py | 1 + 1 file changed, 1 insertion(+) diff --git a/update_app_levels/update_app_levels.py b/update_app_levels/update_app_levels.py index 48c66c7..b1067c5 100755 --- a/update_app_levels/update_app_levels.py +++ b/update_app_levels/update_app_levels.py @@ -42,6 +42,7 @@ def ci_result_is_outdated(result) -> bool: TomlkitSortable = TypeVar("TomlkitSortable", tomlkit.items.Table, tomlkit.TOMLDocument) + def _sort_tomlkit_table(table: TomlkitSortable) -> TomlkitSortable: # We want to reuse the table with its metadatas / comments # first use a generic set...