PyMemoize icon indicating copy to clipboard operation
PyMemoize copied to clipboard

Importing ABC directly from collections was deprecated and will be removed in Python 3.10. Use collections.abc

Open tirkarthi opened this issue 4 years ago • 1 comments

memoize/options.py
2:from collections import Callable

tirkarthi avatar May 01 '20 05:05 tirkarthi