Skip to content

Commit

Permalink
fixed newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
abroddrick committed Feb 6, 2024
1 parent 18cc0e5 commit 239b704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/registrar/views/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"""

import logging

from django.contrib import messages
from django.contrib.messages.views import SuccessMessageMixin
from django.db import IntegrityError
Expand Down
2 changes: 1 addition & 1 deletion src/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -o pipefail
# Make sure that django's `collectstatic` has been run locally before pushing up to any environment,
# so that the styles and static assets to show up correctly on any environment.

gunicorn --worker-class=gevent registrar.config.wsgi -t 60
gunicorn --worker-class=gevent registrar.config.wsgi -t 60

0 comments on commit 239b704

Please sign in to comment.