[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2023-09-04 17:31:59 +00:00
parent 4c1057c36d
commit a849f752bc

View File

@@ -425,7 +425,7 @@ def handle():
"<!--QSS-->", '<style type="text/css">' + ALTCSS + "</style>"
)
else:
with codecs.open(path, encoding='utf-8') as f:
with codecs.open(path, encoding="utf-8") as f:
ALTCSS = f.read()
HTML = HTML.replace(
"<!--QSS-->", '<style type="text/css">' + ALTCSS + "</style>"