mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
remove antivirus code (email does not allow attachments via ui)
This commit is contained in:
@@ -28,7 +28,7 @@ from app import (
|
||||
notification_api_client,
|
||||
service_api_client,
|
||||
)
|
||||
from app.main import main, no_cookie
|
||||
from app.main import main
|
||||
from app.main.forms import (
|
||||
ChooseTimeForm,
|
||||
CsvUploadForm,
|
||||
@@ -43,7 +43,6 @@ from app.s3_client.s3_csv_client import (
|
||||
s3upload,
|
||||
set_metadata_on_csv_upload,
|
||||
)
|
||||
from app.template_previews import TemplatePreview
|
||||
from app.utils import (
|
||||
PermanentRedirect,
|
||||
should_skip_template_page,
|
||||
|
||||
Reference in New Issue
Block a user