treewide: reformat

This commit is contained in:
Michael Hoang
2025-10-13 17:36:50 +02:00
parent 9b71f106f6
commit cbcfcd507d
26 changed files with 66 additions and 68 deletions

View File

@@ -9,7 +9,7 @@ def main() -> None:
load_in_all_api_functions()
# import lazily since we otherwise we do not have all api functions loaded according to Qubasa
from clan_lib.api import API # noqa: PLC0415
from clan_lib.api import API
schema = API.to_json_schema()
print(f"""{json.dumps(schema, indent=2)}""")