Skip to content

Commit 43a52fc

Browse files
committed
isort
1 parent 0469b74 commit 43a52fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/indexes/period/test_partial_slicing.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
import pytest
33

44
import pandas as pd
5-
from pandas import (
6-
DataFrame, Period, PeriodIndex, Series, period_range)
5+
from pandas import DataFrame, Period, PeriodIndex, Series, period_range
76
from pandas.util import testing as tm
87

98

0 commit comments

Comments
 (0)