diff --git a/moto/cloudformation/responses.py b/moto/cloudformation/responses.py index 1aa4c9117..18c1d23f3 100644 --- a/moto/cloudformation/responses.py +++ b/moto/cloudformation/responses.py @@ -1,7 +1,7 @@ from __future__ import unicode_literals import json -from six.moves.urllib_parse import urlparse +from six.moves.urllib.parse import urlparse from moto.core.responses import BaseResponse from moto.s3 import s3_backend