Skip to content

Commit

Permalink
test remove pyarrow import
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchucarroll committed Oct 8, 2024
1 parent a912bd8 commit bd8c059
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pandas/tests/strings/test_get_dummies.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
_testing as tm,
)

try:
import pyarrow as pa
except ImportError:
pa = None


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

0 comments on commit bd8c059

Please sign in to comment.