Skip to content

Commit 0e7eed7

Browse files
1 parent 1195f94 commit 0e7eed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyarrow-stubs/__lib_pxi/types.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def ensure_type(ty: Literal["duration[ns]"]) -> DurationType[Literal["ns"]]: ...
586586
def ensure_type(ty: Literal["month_day_nano_interval"]) -> MonthDayNanoIntervalType: ...
587587
def schema(
588588
fields: Iterable[Field] | Iterable[tuple[str, DataType]] | Mapping[str, DataType],
589-
metadata: dict[bytes, bytes] | None = None,
589+
metadata: dict[bytes | str, bytes | str] | None = None,
590590
) -> Schema: ...
591591
def from_numpy_dtype(dtype: np.dtype) -> DataType: ...
592592
def is_boolean_value(obj: Any) -> bool: ...

0 commit comments

Comments
 (0)