Skip to content

Commit 7885fd1

Browse files
ellieayladonbarbos
andauthored
Update stubs/python-dateutil/dateutil/parser/_parser.pyi
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
1 parent 1f6f368 commit 7885fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/python-dateutil/dateutil/parser/_parser.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def parse(
131131
fuzzy_with_tokens: Literal[True] = ...,
132132
default: datetime | None = ...,
133133
tzinfos: _TzInfos | None = ...,
134-
) -> tuple[datetime, tuple[str]]: ...
134+
) -> tuple[datetime, tuple[str, ...]]: ...
135135

136136
class _tzparser:
137137
class _result(_resultbase):

0 commit comments

Comments
 (0)