Fix warning regarding ABC import from collections (#160)

This commit is contained in:
Karthikeyan Singaravelan 2020-07-26 23:00:47 +05:30 committed by GitHub
parent 8a55454557
commit 6935629785
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
from collections import Iterable
from collections.abc import Iterable
from functools import wraps
from time import time