Skip to content

Commit 310d412

Browse files
Adam GleaveAdam Gleave
Adam Gleave
authored and
Adam Gleave
committed
Remove unused code
1 parent 4c0a181 commit 310d412

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tseries/frequencies.py

-2
Original file line numberDiff line numberDiff line change
@@ -1011,8 +1011,6 @@ def _get_monthly_rule(self):
10111011
return {'cs': 'MS', 'bs': 'BMS',
10121012
'ce': 'M', 'be': 'BM'}.get(pos_check)
10131013

1014-
WORKING_DAY_SHIFTS = set([(0, 1), (1, 2), (2, 3), (3, 4), (4, 0)])
1015-
10161014
def _is_business_daily(self):
10171015
if self.day_deltas != [1, 3]: # quick check: cannot be business daily
10181016
return False

0 commit comments

Comments
 (0)