mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -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
|
||||
)
|
||||
|
||||
from json.decoder import JSONDecodeError
|
||||
from json import JSONDecodeError
|
||||
|
||||
from utils.template import Template
|
||||
from app.clients.sms.firetext import firetext_response_status
|
||||
|
||||
Reference in New Issue
Block a user