提交 9e4df020 authored 作者: George Ho's avatar George Ho

Replace theano.compat.Mapping with collections.abc.Mapping

上级 e79d2382
...@@ -5,7 +5,7 @@ import collections ...@@ -5,7 +5,7 @@ import collections
import functools import functools
import operator import operator
from theano.compat import Mapping from collections.abc import Mapping
class frozendict(Mapping): class frozendict(Mapping):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论