Merge pull request #1581 from quantopian/import-style-on-calendars

STY: Add space between import and open parens.
This commit is contained in:
Eddie Hebert
2016-11-04 14:08:05 -04:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
@@ -14,7 +14,7 @@
# limitations under the License.
from datetime import time
from pandas.tseries.holiday import(
from pandas.tseries.holiday import (
Holiday,
Easter,
Day,
@@ -14,7 +14,7 @@
# limitations under the License.
from datetime import time
from pandas.tseries.holiday import(
from pandas.tseries.holiday import (
Holiday,
DateOffset,
MO,
@@ -16,7 +16,7 @@
from datetime import time
from itertools import chain
from pandas.tseries.holiday import(
from pandas.tseries.holiday import (
GoodFriday,
USLaborDay,
USPresidentsDay,
@@ -1,5 +1,5 @@
from datetime import time
from pandas.tseries.holiday import(
from pandas.tseries.holiday import (
Holiday,
DateOffset,
MO,