Skip to content

Commit 3834ef8

Browse files
committed
dummy commit to force CI
1 parent 17f7b5a commit 3834ef8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/tseries/offsets.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# -*- coding: utf-8 -*-
22
from datetime import date, datetime, timedelta
3+
import functools
4+
import operator
5+
36
from pandas.compat import range
47
from pandas import compat
58
import numpy as np
@@ -26,8 +29,6 @@
2629
BeginMixin, EndMixin,
2730
BaseOffset)
2831

29-
import functools
30-
import operator
3132

3233
__all__ = ['Day', 'BusinessDay', 'BDay', 'CustomBusinessDay', 'CDay',
3334
'CBMonthEnd', 'CBMonthBegin',

0 commit comments

Comments
 (0)