1
0
Fork 0

🎨 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 9f32da84ae
commit a54dea4c2c

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