mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-06 03:29:01 -04:00
Fixed import of Mutablemapping
python 3.10 moved it to collections.abc
This commit is contained in:
parent
99a0f877f4
commit
f79b88ec1b
@ -1,4 +1,5 @@
|
||||
from collections import MutableMapping, OrderedDict
|
||||
from collections import OrderedDict
|
||||
from collections.abc import MutableMapping
|
||||
import logging
|
||||
import threading
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user