[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 6f57f36620
commit 82abb33555

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>"