fix deprecated Iterable import (#1329)

main
Ahmed Elmaghallawy 4 years ago committed by GitHub
parent 48f5a68013
commit 0779605173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ import logging
import numbers import numbers
import sys import sys
from collections import Iterable from collections.abc import Iterable
from distutils.version import StrictVersion from distutils.version import StrictVersion
from redis.exceptions import ResponseError from redis.exceptions import ResponseError

Loading…
Cancel
Save