Skip to content

tools: fix deprecation

Alexandru Fikl requested to merge fikl2/sumpy:collection-deprecation into master

Python yelled at me that importing ABCs from the base collections module won't work in 3.8 at all.

Merge request reports