From 3581e013e4569e656084efbe01a5fe3c405a48a8 Mon Sep 17 00:00:00 2001 From: pwrmiller Date: Thu, 11 Feb 2021 09:44:37 -0500 Subject: [PATCH] moved iteritems backwards compatibility to six (#3672) Co-authored-by: Paul Miller --- moto/forecast/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moto/forecast/models.py b/moto/forecast/models.py index c7b18618c..67b9b0881 100644 --- a/moto/forecast/models.py +++ b/moto/forecast/models.py @@ -2,7 +2,7 @@ import re from datetime import datetime from boto3 import Session -from future.utils import iteritems +from six import iteritems from moto.core import ACCOUNT_ID, BaseBackend from moto.core.utils import iso_8601_datetime_without_milliseconds