Second fix for #2076 - use Abstract collections from .abc module. Fixes future issue
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
# ===============================================================================
|
||||
|
||||
|
||||
from collections import MutableMapping
|
||||
from collections.abc import MutableMapping
|
||||
from copy import copy
|
||||
from math import exp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user