Skip to content

Commit 8a1c3ac

Browse files
authored
fix: Conflict fix (#158)
1 parent 7543e87 commit 8a1c3ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

djangocms_bootstrap4/contrib/bootstrap4_grid/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from djangocms_bootstrap4.constants import DEVICE_SIZES
1010
from djangocms_bootstrap4.fields import AttributesField, IntegerRangeField, TagTypeField
11-
from djangocms_bootstrap4.helpers import mark_safe_lazy
11+
from djangocms_bootstrap4.helpers import get_choices_match, get_first_choice, mark_safe_lazy
1212

1313
from .constants import (
1414
GRID_COLUMN_ALIGNMENT_CHOICES, GRID_COLUMN_CHOICES, GRID_CONTAINER_CHOICES, GRID_ROW_HORIZONTAL_ALIGNMENT_CHOICES,

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,17 @@ max-line-length = 119
2323
exclude =
2424
*.egg-info,
2525
.eggs,
26+
.env,
2627
.git,
2728
.settings,
2829
.tox,
30+
.venv,
2931
build,
3032
data,
3133
dist,
3234
docs,
3335
*migrations*,
36+
node_modules,
3437
requirements,
3538
tmp
3639

0 commit comments

Comments
 (0)