Skip to content

Commit 152cf69

Browse files
sjalkotes1099
andauthored
remove double newline
Co-authored-by: s1099 <[email protected]>
1 parent 42d8d6e commit 152cf69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/accessor.py

-2
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,6 @@ def __init__(self, pandas_obj):
356356
357357
def sum(self):
358358
return self._obj.sum()
359-
360-
361359
Back in an interactive IPython session:
362360
363361
.. code-block:: ipython

0 commit comments

Comments
 (0)