Skip to content

Commit 11f8c0d

Browse files
committed
Remove type-ignore
1 parent 621ea78 commit 11f8c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/pytables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4779,7 +4779,7 @@ def read(
47794779
using_string_dtype()
47804780
and isinstance(values, np.ndarray)
47814781
and is_string_array(
4782-
values, # type: ignore[arg-type]
4782+
values,
47834783
skipna=True,
47844784
)
47854785
):

0 commit comments

Comments
 (0)