Skip to content

Commit a3b458a

Browse files
Changed import location of is_extension_array_dtype for type check
1 parent ccb6f61 commit a3b458a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pandas/tests/io/parser/test_textreader.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@
1111
import pytest
1212

1313
import pandas._libs.parsers as parser
14-
from pandas._libs.parsers import (
15-
TextReader,
16-
is_extension_array_dtype,
17-
)
14+
from pandas._libs.parsers import TextReader
1815

1916
from pandas import (
2017
DataFrame,
2118
array,
2219
)
2320
import pandas._testing as tm
21+
from pandas.api.types import is_extension_array_dtype
2422

2523
from pandas.io.parsers import (
2624
TextFileReader,

0 commit comments

Comments
 (0)