Skip to content

Commit ae63191

Browse files
author
jnecus
committed
Update test_period_range.py
1 parent a0de23b commit ae63191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/indexes/period/test_period_range.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import pytest
2-
2+
import numpy as np
33
from pandas import NaT, Period, PeriodIndex, date_range, period_range
44
import pandas._testing as tm
5-
import numpy as np
5+
66

77
class TestPeriodRange:
88
@pytest.mark.parametrize("freq", ["D", "W", "M", "Q", "A"])

0 commit comments

Comments
 (0)