mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:59:39 +00:00
Fix formatting of backend\common\src\helper.py
This commit is contained in:
@@ -231,7 +231,13 @@ def ta_host_parser(ta_host: str) -> tuple[list[str], list[str]]:
|
|||||||
def get_stylesheets() -> list:
|
def get_stylesheets() -> list:
|
||||||
"""Get all valid stylesheets from /static/css"""
|
"""Get all valid stylesheets from /static/css"""
|
||||||
|
|
||||||
stylesheets = ["dark.css", "light.css", "matrix.css", "midnight.css", "custom.css"]
|
stylesheets = [
|
||||||
|
"dark.css",
|
||||||
|
"light.css",
|
||||||
|
"matrix.css",
|
||||||
|
"midnight.css",
|
||||||
|
"custom.css",
|
||||||
|
]
|
||||||
return stylesheets
|
return stylesheets
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user