🚨(backend) fix linting issue

Fix linting issue in the backend codebase.
This commit is contained in:
Anthony LC
2024-04-12 14:27:50 +02:00
committed by Anthony LC
parent 5587cf69dd
commit 0024cc5814
4 changed files with 4 additions and 6 deletions

View File

@@ -137,7 +137,7 @@ def create_demo(stdout):
<div class="body">{{ body }}</div>
</div>
</page>
""",
""",
css="""
body {
background: white;
@@ -207,7 +207,7 @@ p {
text-align: justify;
ligne-height: 0.8;
}
""",
""",
is_public=True,
)
)

View File

@@ -9,8 +9,6 @@ import pytest
from core import models
pytestmark = pytest.mark.django_db