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...