🎨 Format Python code with Black
This commit is contained in:
parent
9f32da84ae
commit
a54dea4c2c
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…
Reference in a new issue