mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-26 05:03:43 +00:00
Fix warning regarding ABC import from collections (#160)
This commit is contained in:
parent
8a55454557
commit
6935629785
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from collections import Iterable
|
||||
from collections.abc import Iterable
|
||||
from functools import wraps
|
||||
from time import time
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue