Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gleave authored and Adam Gleave committed Jun 12, 2017
1 parent 4c0a181 commit 310d412
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pandas/tseries/frequencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -1011,8 +1011,6 @@ def _get_monthly_rule(self):
return {'cs': 'MS', 'bs': 'BMS',
'ce': 'M', 'be': 'BM'}.get(pos_check)

WORKING_DAY_SHIFTS = set([(0, 1), (1, 2), (2, 3), (3, 4), (4, 0)])

def _is_business_daily(self):
if self.day_deltas != [1, 3]: # quick check: cannot be business daily
return False
Expand Down

0 comments on commit 310d412

Please sign in to comment.