mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Changed path to decode error for 3.4.x compatibility
This commit is contained in:
@@ -10,7 +10,7 @@ from flask import (
|
|||||||
json
|
json
|
||||||
)
|
)
|
||||||
|
|
||||||
from json.decoder import JSONDecodeError
|
from json import JSONDecodeError
|
||||||
|
|
||||||
from utils.template import Template
|
from utils.template import Template
|
||||||
from app.clients.sms.firetext import firetext_response_status
|
from app.clients.sms.firetext import firetext_response_status
|
||||||
|
|||||||
Reference in New Issue
Block a user