mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-04 14:29:33 +08:00
STY: Add space between import and open parens.
For compliance with newer flake8 versions. Should be no functional change.
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