We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc1cfd commit 945ed6bCopy full SHA for 945ed6b
1 file changed
cms/dynamic_content/blocks.py
@@ -1,5 +1,3 @@
1
-import logging
2
-
3
from django.core.exceptions import ValidationError
4
from django.db import models
5
from wagtail import blocks
@@ -23,8 +21,6 @@
23
21
)
24
22
from validation.url import validate_https_scheme
25
26
-logger = logging.getLogger(__name__)
27
28
29
MINIMUM_ROWS_NUMBER_BLOCK_COUNT: int = 1
30
MAXIMUM_ROWS_NUMBER_BLOCK_COUNT: int = 2
0 commit comments