Skip to content

Commit

Permalink
Update pragma nocover
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Dec 10, 2024
1 parent e313cbf commit f46d53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_text/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def check_ckeditor_settings(app_configs, **kwargs): # pragma: no cover
return warnings


def check_no_cms_config(app_configs, **kwargs):
def check_no_cms_config(app_configs, **kwargs): # pragma: no cover
from django.conf import settings

if "cms" not in settings.INSTALLED_APPS:
Expand Down

0 comments on commit f46d53f

Please sign in to comment.