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:
parent
84ed399130
commit
d8d9571761
1 changed files with 1 additions and 0 deletions
|
@ -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...
|
||||||
|
|
Loading…
Add table
Reference in a new issue