Skip to content

Commit

Permalink
Run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
ABizzinotto committed Oct 18, 2023
1 parent 069f5d8 commit e2a0852
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandas/tests/strings/test_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
import numpy as np
import pytest

from pandas.core.dtypes.dtypes import ArrowDtype

from pandas import (
DataFrame,
Index,
MultiIndex,
Series,
_testing as tm,
)
from pandas.core.dtypes.dtypes import ArrowDtype


def test_extract_expand_kwarg_wrong_type_raises(any_string_dtype):
Expand Down

0 comments on commit e2a0852

Please sign in to comment.