mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 09:21:39 -05:00
Updated the import for JSONDecodeError to import from from json.decoder
as it was failing on Jenkins.
This commit is contained in:
@@ -3,7 +3,7 @@ import json
|
||||
import random
|
||||
import string
|
||||
from datetime import datetime, timedelta
|
||||
from json import JSONDecodeError
|
||||
from json.decoder import JSONDecodeError
|
||||
|
||||
import botocore
|
||||
import pytest
|
||||
|
||||
Reference in New Issue
Block a user