提交 4f59ff7b authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Fix contextmanager import.

上级 5608752f
...@@ -7,7 +7,8 @@ import random ...@@ -7,7 +7,8 @@ import random
import socket # only used for gethostname() import socket # only used for gethostname()
import time import time
import logging import logging
import contextlib
from contextlib import contextmanager
from theano import config from theano import config
from theano.configparser import AddConfigVar, IntParam from theano.configparser import AddConfigVar, IntParam
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论