Skip to content

Commit 4b7201e

Browse files
jswhit2jswhit2
authored andcommitted
update
1 parent c5c2587 commit 4b7201e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/netCDF4/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ def stringtoarr(
699699
def stringtochar(
700700
a: npt.NDArray[np.character],
701701
encoding: Literal["none", "None", "bytes"],
702-
n_strlen: int
702+
n_strlen: int | None = None,
703703
) -> npt.NDArray[np.bytes_]: ...
704704
@overload
705705
def stringtochar(

0 commit comments

Comments
 (0)