Skip to content

Commit f273385

Browse files
committed
isoer fixup
1 parent dfc2813 commit f273385

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/tests/series/test_api.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
import pydoc
21
import inspect
2+
import pydoc
33

44
import numpy as np
55
import pytest
66

7-
import pandas as pd
87
from pandas.util._test_decorators import skip_if_no
8+
9+
import pandas as pd
910
from pandas import DataFrame, Index, Series, date_range
1011
import pandas._testing as tm
1112

0 commit comments

Comments
 (0)