Skip to content

Commit 886711c

Browse files
fixup import
1 parent c5611e8 commit 886711c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/frame/indexing/test_indexing.py

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
import numpy as np
1010
import pytest
1111

12+
from pandas._config import using_string_dtype
13+
1214
from pandas._libs import iNaT
1315
from pandas.errors import (
1416
InvalidIndexError,

0 commit comments

Comments
 (0)