Skip to content

Commit 0379559

Browse files
try ignoring typing error
1 parent a6fbed7 commit 0379559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/arrow/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def to_pyarrow_type(
238238
return None
239239

240240

241-
class ArrowExtensionArray(
241+
class ArrowExtensionArray( # type: ignore[misc]
242242
OpsMixin,
243243
ExtensionArraySupportsAnyAll,
244244
ArrowStringArrayMixin,

0 commit comments

Comments
 (0)