1
0
Fork 0

Merge pull request from YunoHost/actions/black

Format Python code with Black
This commit is contained in:
Alexandre Aubin 2024-03-16 14:58:42 +01:00 committed by GitHub
commit fd1df4e508

View file

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