Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Jan 16, 2025
1 parent 50e8e4b commit 038f9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/main/views/send.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
PermanentRedirect,
hilite,
should_skip_template_page,
unicode_truncate,
# unicode_truncate,
)
from app.utils.csv import Spreadsheet, get_errors_for_csv
from app.utils.templates import get_template
from app.utils.user import user_has_permissions
from notifications_utils import SMS_CHAR_COUNT_LIMIT
from notifications_utils.insensitive_dict import InsensitiveDict
from notifications_utils.recipients import RecipientCSV, first_column_headings
from notifications_utils.sanitise_text import SanitiseASCII
# from notifications_utils.sanitise_text import SanitiseASCII


def get_example_csv_fields(column_headers, use_example_as_example, submitted_fields):
Expand Down

0 comments on commit 038f9ae

Please sign in to comment.