Skip to content

Commit bd8c059

Browse files
test remove pyarrow import
1 parent a912bd8 commit bd8c059

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/tests/strings/test_get_dummies.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
_testing as tm,
1212
)
1313

14-
try:
15-
import pyarrow as pa
16-
except ImportError:
17-
pa = None
18-
1914

2015
def test_get_dummies(any_string_dtype):
2116
s = Series(["a|b", "a|c", np.nan], dtype=any_string_dtype)

0 commit comments

Comments
 (0)