Hi James,
On 6/1/22 11:05, James Prestwood wrote:
The current way this was being done was to import collections and
use collections.Mapping. This has been deprecated since python 3.3
but has worked up until python 3.10. After python 3.10 this will
no longer work, and Mapping must be imported from collections.abc.
---
autotests/util/ead.py | 4 ++--
autotests/util/hwsim.py | 6 +++---
autotests/util/iwd.py | 5 +++--
3 files changed, 8 insertions(+), 7 deletions(-)
Both applied, thanks.
Regards,
-Denis