Align web/gen and ruff format (#7342)

align web/gen and ruff format
This commit is contained in:
Maximilian Hils 2024-11-23 05:20:26 +00:00 committed by GitHub
parent 03bf350924
commit 999562a6e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -11,5 +11,5 @@ AVAILABLE_WEB_COLUMNS = [
"time",
"timestamp",
"tls",
"comment"
]
"comment",
]

View File

@ -33,7 +33,7 @@ async def make() -> str:
content = (
"# Auto-generated by web/gen/web_columns.py\n"
f"AVAILABLE_WEB_COLUMNS = {json.dumps(available_web_columns, indent=4)}"
)
).replace("\n]", ",\n]\n")
return content