Skip to content

Commit f7a740b

Browse files
committed
coverage
1 parent fc4628e commit f7a740b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Key features
1515
============
1616

1717
- Support of `Bootstrap 5 <https://getbootstrap.com>`_, django CMS 3.8+
18-
and the new upcoming major django CMS 4.
18+
and the new major django CMS 4.
1919

2020
- **Separation of plugins from css framework**, i.e. no need to
2121
rebuild you site's plugin tree if css framework is changed in the

djangocms_frontend/pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def setup():
9090
"template": patch_template(template),
9191
"class": plugin,
9292
}
93-
else:
93+
else: # pragma: no cover
9494
warnings.warn(
9595
f"Duplicate candidates for {{% plugin \"{tag_name}\" %}} found. "
9696
f"Only registered {plugin_tag_pool[tag_name]['class'].__name__}.", stacklevel=1)

0 commit comments

Comments
 (0)