Skip to content

Commit

Permalink
MAINT: xref issue for TimeGrouper Deprecation
Browse files Browse the repository at this point in the history
Looks like it was just forgotten about in gh-17703
  • Loading branch information
gfyoung authored Dec 27, 2017
1 parent 80a5399 commit e567949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def groupby(*args, **kwargs):
return args[0].groupby(*args[1:], **kwargs)


# deprecation, xref
# Deprecation: xref gh-16747
class TimeGrouper(object):

def __new__(cls, *args, **kwargs):
Expand Down

0 comments on commit e567949

Please sign in to comment.