We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64c870 commit f29863fCopy full SHA for f29863f
graphtik/plot.py
@@ -14,6 +14,10 @@
14
import networkx
15
import pydot
16
17
+from .modifiers import optional
18
+from .network import _EvictInstruction
19
+from .op import Operation
20
+
21
log = logging.getLogger(__name__)
22
23
#: A nested dictionary controlling the rendering of graph-plots in Jupyter cells,
@@ -213,9 +217,6 @@ def build_pydot(
213
217
See :meth:`.Plottable.plot()` for the arguments, sample code, and
214
218
the legend of the plots.
215
219
"""
216
- from .op import Operation
- from .modifiers import optional
- from .network import _EvictInstruction
220
221
_monkey_patch_for_jupyter(pydot)
222
0 commit comments