提交 0fe415d5 authored 作者: Duc Nguyen's avatar Duc Nguyen

reverted "changed fractions.gcd to math.gcd"

上级 6bf3b80f
...@@ -6,7 +6,7 @@ from __future__ import absolute_import, print_function, division ...@@ -6,7 +6,7 @@ from __future__ import absolute_import, print_function, division
import logging import logging
from six import reraise, integer_types from six import reraise, integer_types
import sys import sys
from math import gcd from fractions import gcd
import theano import theano
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论