🚨(backend) fix linting issue
Fix linting issue in the backend codebase.
This commit is contained in:
@@ -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,
|
||||
)
|
||||
)
|
||||
|
||||
@@ -9,8 +9,6 @@ import pytest
|
||||
|
||||
from core import models
|
||||
|
||||
|
||||
|
||||
pytestmark = pytest.mark.django_db
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user