Skip to content

Commit 42d8d6e

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

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
@@ -312,8 +312,6 @@ def __init__(self, pandas_obj):
312312
313313
def sum(self):
314314
return self._obj.sum()
315-
316-
317315
Back in an interactive IPython session:
318316
319317
.. code-block:: ipython

0 commit comments

Comments
 (0)