Skip to content

Commit e2a0852

Browse files
committed
Run isort
1 parent 069f5d8 commit e2a0852

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/strings/test_extract.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
import numpy as np
55
import pytest
66

7+
from pandas.core.dtypes.dtypes import ArrowDtype
8+
79
from pandas import (
810
DataFrame,
911
Index,
1012
MultiIndex,
1113
Series,
1214
_testing as tm,
1315
)
14-
from pandas.core.dtypes.dtypes import ArrowDtype
1516

1617

1718
def test_extract_expand_kwarg_wrong_type_raises(any_string_dtype):

0 commit comments

Comments
 (0)