1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

🎨 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 84ed399130
commit d8d9571761

View file

@ -42,6 +42,7 @@ def ci_result_is_outdated(result) -> bool:
TomlkitSortable = TypeVar("TomlkitSortable", tomlkit.items.Table, tomlkit.TOMLDocument) TomlkitSortable = TypeVar("TomlkitSortable", tomlkit.items.Table, tomlkit.TOMLDocument)
def _sort_tomlkit_table(table: TomlkitSortable) -> TomlkitSortable: def _sort_tomlkit_table(table: TomlkitSortable) -> TomlkitSortable:
# We want to reuse the table with its metadatas / comments # We want to reuse the table with its metadatas / comments
# first use a generic set... # first use a generic set...