提交 1c28df91 authored 作者: Brandon T. Willard's avatar Brandon T. Willard

Apply isort to theano.d3viz sub-package modules

上级 6cf6323c
......@@ -4,13 +4,15 @@ Author: Christof Angermueller <cangermueller@gmail.com>
"""
import os
import json
import os
import shutil
import six
from theano.d3viz.formatting import PyDotFormatter
__path__ = os.path.dirname(os.path.realpath(__file__))
......
......@@ -3,18 +3,16 @@
Author: Christof Angermueller <cangermueller@gmail.com>
"""
import os
from functools import reduce
import numpy as np
import theano
from functools import reduce
from theano import gof
from theano.compile import Function
from theano.compile import builders
from theano.compile import Function, builders
from theano.printing import pydot_imported, pydot_imported_msg
try:
from theano.printing import pd
except ImportError:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论