diff --git a/cachalot/monkey_patch.py b/cachalot/monkey_patch.py index 0ea2fd9..8f14d3a 100644 --- a/cachalot/monkey_patch.py +++ b/cachalot/monkey_patch.py @@ -1,4 +1,4 @@ -from collections import Iterable +from collections.abc import Iterable from functools import wraps from time import time