mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-01 21:54:42 -04:00
Fixed import of Mutablemapping
python 3.10 moved it to collections.abc
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from collections import MutableMapping, OrderedDict
|
||||
from collections import OrderedDict
|
||||
from collections.abc import MutableMapping
|
||||
import logging
|
||||
import threading
|
||||
|
||||
|
||||
Reference in New Issue
Block a user