Skip to content

Commit

Permalink
chore: comment typo/braces
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Louis Fuchs <[email protected]>
  • Loading branch information
winged and Jean-Louis Fuchs committed Jan 25, 2024
1 parent a0ba55a commit c508292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caluma/settings/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
INSTALLED_APPS.append("django_extensions")
except ImportError: # pragma: no cover
# Nothing bad, just won't have django-extensions
# niceties installed (Most likely Caluma was built)
# without dev dependencies
# niceties installed (Most likely Caluma was built
# without dev dependencies)
pass

MIDDLEWARE = [
Expand Down

0 comments on commit c508292

Please sign in to comment.