Skip to content

Commit b98dd9a

Browse files
committed
timestr suggestion
1 parent f10b801 commit b98dd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/3/dateutil/parser.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class parser(object):
3232

3333
def parse(
3434
self,
35-
timestr: str,
35+
timestr: Union[str, bytes, IO[Any]],
3636
default: Optional[datetime],
3737
ignoretz: bool=...,
3838
tzinfos =...,

0 commit comments

Comments
 (0)