quamash icon indicating copy to clipboard operation
quamash copied to clipboard

collections.Mapping has been removed

Open tjrob opened this issue 2 years ago • 1 comments

collections.Mapping has been deprecated for almost a decade.

In _unix.py: 10: import collections.abc 44: collections.mapping => collections.abc.Mapping

tjrob avatar Oct 25 '22 17:10 tjrob