mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
style: fix linting issues with black
This commit is contained in:
parent
3ffa8b720c
commit
730e31805b
1 changed files with 3 additions and 1 deletions
|
|
@ -85,7 +85,9 @@ def test_files_html_security_headers(
|
||||||
frappe_site: str, tmp_path: Path, compose: Compose
|
frappe_site: str, tmp_path: Path, compose: Compose
|
||||||
):
|
):
|
||||||
file_path = tmp_path / "testfile.html"
|
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(
|
compose(
|
||||||
"cp",
|
"cp",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue