Updated the import for JSONDecodeError to import from from json.decoder

as it was failing on Jenkins.
This commit is contained in:
Richard Chapman
2018-03-06 17:31:08 +00:00
parent e1e7f13f23
commit 3f9a37d8a3

View File

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