mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-20 22:39:43 -04: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 random
|
||||||
import string
|
import string
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
from json import JSONDecodeError
|
from json.decoder import JSONDecodeError
|
||||||
|
|
||||||
import botocore
|
import botocore
|
||||||
import pytest
|
import pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user