From 239b704a920696b9f96f89bd4a9cd9a3ae8d51d5 Mon Sep 17 00:00:00 2001 From: Alysia Broddrick Date: Tue, 6 Feb 2024 13:40:11 -0800 Subject: [PATCH] fixed newlines --- src/registrar/views/domain.py | 1 + src/run.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/registrar/views/domain.py b/src/registrar/views/domain.py index 094ad86da..313762ef1 100644 --- a/src/registrar/views/domain.py +++ b/src/registrar/views/domain.py @@ -6,6 +6,7 @@ inherit from `DomainPermissionView` (or DomainInvitationPermissionDeleteView). """ import logging + from django.contrib import messages from django.contrib.messages.views import SuccessMessageMixin from django.db import IntegrityError diff --git a/src/run.sh b/src/run.sh index 04987c154..1d35cd617 100755 --- a/src/run.sh +++ b/src/run.sh @@ -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 \ No newline at end of file +gunicorn --worker-class=gevent registrar.config.wsgi -t 60