🎨 Format Python code with Black

This commit is contained in:
alexAubin 2024-03-16 13:55:01 +00:00 committed by github-actions[bot]
parent c7d7e0be84
commit 30ce127004

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