Skip to content

Commit

Permalink
Fixed LINT issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Feb 20, 2018
1 parent 8af12e3 commit 8bf59dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/core/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,6 @@ def shift(self, periods=1, freq=None, axis=0):
self.grouper, needs_ngroups=True,
nperiods=periods)


@Substitution(name='groupby')
@Appender(_doc_template)
def head(self, n=5):
Expand Down

0 comments on commit 8bf59dc

Please sign in to comment.