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