This commit is contained in:
Kenneth Kehl
2025-07-22 11:35:37 -07:00
parent 6034dcdb12
commit ed06cf5695
3 changed files with 1 additions and 11 deletions

View File

@@ -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,

View File

@@ -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

View File

@@ -1,3 +0,0 @@
import truststore
truststore.inject_into_ssl()