Skip to content

Commit ede293e

Browse files
committed
more lint of notebooks
1 parent 8c95682 commit ede293e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/Architecture.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"import IPython\n",
2323
"\n",
2424
"\n",
25-
"\n",
2625
"@IPython.core.magic.register_line_cell_magic\n",
2726
"def dot(line, cell=None):\n",
2827
" src = graphviz.Source(pathlib.Path(line).read_text() if line else cell)._repr_svg_()\n",
@@ -171,4 +170,4 @@
171170
},
172171
"nbformat": 4,
173172
"nbformat_minor": 4
174-
}
173+
}

0 commit comments

Comments
 (0)