Skip to content

Commit 8bf59dc

Browse files
committed
Fixed LINT issue
1 parent 8af12e3 commit 8bf59dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/groupby.py

-1
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,6 @@ def shift(self, periods=1, freq=None, axis=0):
19191919
self.grouper, needs_ngroups=True,
19201920
nperiods=periods)
19211921

1922-
19231922
@Substitution(name='groupby')
19241923
@Appender(_doc_template)
19251924
def head(self, n=5):

0 commit comments

Comments
 (0)