We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0469b74 commit 43a52fcCopy full SHA for 43a52fc
pandas/tests/indexes/period/test_partial_slicing.py
@@ -2,8 +2,7 @@
2
import pytest
3
4
import pandas as pd
5
-from pandas import (
6
- DataFrame, Period, PeriodIndex, Series, period_range)
+from pandas import DataFrame, Period, PeriodIndex, Series, period_range
7
from pandas.util import testing as tm
8
9
0 commit comments