Skip to content

Commit c8f3b9f

Browse files
typing in test_sql
1 parent 883151a commit c8f3b9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_sql.py

+1
Original file line numberDiff line numberDiff line change
@@ -3658,6 +3658,7 @@ def dtype_backend_data() -> DataFrame:
36583658
@pytest.fixture
36593659
def dtype_backend_expected():
36603660
def func(string_storage, dtype_backend, conn_name) -> DataFrame:
3661+
string_dtype: pd.StringDtype | pd.ArrowDtype
36613662
if dtype_backend == "pyarrow":
36623663
pa = pytest.importorskip("pyarrow")
36633664
string_dtype = pd.ArrowDtype(pa.string())

0 commit comments

Comments
 (0)