mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 17:35:15 +08:00
Merge pull request #1581 from quantopian/import-style-on-calendars
STY: Add space between import and open parens.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user