mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
fix
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
# -- http://semver.org/
|
||||
|
||||
__version__ = "10.0.1"
|
||||
import truststore
|
||||
|
||||
truststore.inject_into_ssl()
|
||||
|
||||
from notifications_python_client.errors import ( # noqa
|
||||
REQUEST_ERROR_MESSAGE,
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
import truststore
|
||||
|
||||
truststore.inject_into_ssl()
|
||||
|
||||
import re # noqa
|
||||
import re
|
||||
|
||||
SMS_CHAR_COUNT_LIMIT = 918 # 153 * 6, no network issues but check with providers before upping this further
|
||||
LETTER_MAX_PAGE_COUNT = 10
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
import truststore
|
||||
|
||||
truststore.inject_into_ssl()
|
||||
|
||||
Reference in New Issue
Block a user