Skip to content

Commit

Permalink
fix pre-commit.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mavoIn committed Aug 30, 2024
1 parent e9bac3e commit bc44590
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions djangocms_frontend/contrib/modal/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
)

MODAL_FULLSCREEN_CHOICES = (

Check warning on line 14 in djangocms_frontend/contrib/modal/constants.py

View check run for this annotation

Codecov / codecov/patch

djangocms_frontend/contrib/modal/constants.py#L14

Added line #L14 was not covered by tests
("modal-fullscreen", _("Allways")),
("modal-fullscreen-sm-down", _("Fullscreen below sm")),
("modal-fullscreen-md-down", _("Fullscreen below md")),
("modal-fullscreen-lg-down", _("Fullscreen below lg")),
("modal-fullscreen-xl-down", _("Fullscreen below xl")),
("modal-fullscreen-xxl-down", _("Fullscreen below xxl")),
("modal-fullscreen", _("Allways")),
("modal-fullscreen-sm-down", _("Fullscreen below sm")),
("modal-fullscreen-md-down", _("Fullscreen below md")),
("modal-fullscreen-lg-down", _("Fullscreen below lg")),
("modal-fullscreen-xl-down", _("Fullscreen below xl")),
("modal-fullscreen-xxl-down", _("Fullscreen below xxl")),
)

MODAL_INNER_TYPE_CHOICES = (

Check warning on line 23 in djangocms_frontend/contrib/modal/constants.py

View check run for this annotation

Codecov / codecov/patch

djangocms_frontend/contrib/modal/constants.py#L23

Added line #L23 was not covered by tests
Expand Down

0 comments on commit bc44590

Please sign in to comment.