Skip to content

Commit 802186b

Browse files
authored
style (#47)
1 parent 4868ae4 commit 802186b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

_doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from sphinx_runpython.conf_helper import has_dvipng, has_dvisvgm
55
from pandas_streaming import __version__
66

7-
87
extensions = [
98
"nbsphinx",
109
"sphinx.ext.autodoc",

_doc/examples/first_step.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from pandas import DataFrame
1313
from pandas_streaming.df import StreamingDataFrame
1414

15-
1615
df = DataFrame(data=dict(X=[4.5, 6, 7], Y=["a", "b", "c"]))
1716
df
1817

0 commit comments

Comments
 (0)