diff --git a/tools/update_app_levels/update_app_levels.py b/tools/update_app_levels/update_app_levels.py index 48c66c73..b1067c51 100755 --- a/tools/update_app_levels/update_app_levels.py +++ b/tools/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...