From 730e31805b1b997b3b2ac8cf643b0798bbe3de13 Mon Sep 17 00:00:00 2001 From: RinZ27 <222222878+RinZ27@users.noreply.github.com> Date: Wed, 18 Mar 2026 10:14:54 +0700 Subject: [PATCH] style: fix linting issues with black --- tests/test_frappe_docker.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_frappe_docker.py b/tests/test_frappe_docker.py index fbf40b5d..6eadeb53 100644 --- a/tests/test_frappe_docker.py +++ b/tests/test_frappe_docker.py @@ -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("This is a Frappe Docker test html file") + file_path.write_text( + "This is a Frappe Docker test html file" + ) compose( "cp",