style: fix linting issues with black

This commit is contained in:
RinZ27 2026-03-18 10:14:54 +07:00
parent 3ffa8b720c
commit 730e31805b
No known key found for this signature in database

View file

@ -85,7 +85,9 @@ def test_files_html_security_headers(
frappe_site: str, tmp_path: Path, compose: Compose
):
file_path = tmp_path / "testfile.html"
file_path.write_text("<html><body>This is a Frappe Docker test html file</body></html>")
file_path.write_text(
"<html><body>This is a Frappe Docker test html file</body></html>"
)
compose(
"cp",