Skip to content

Commit df28514

Browse files
committed
isort
1 parent d1e00b7 commit df28514

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pandas/tests/indexes/period/methods/test_factorize.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import numpy as np
22

3-
from pandas import PeriodIndex, factorize
3+
from pandas import (
4+
PeriodIndex,
5+
factorize,
6+
)
47
import pandas._testing as tm
58

69

0 commit comments

Comments
 (0)