Skip to content

Commit 0ec220a

Browse files
committed
Merge branch 'dateutil' of https://github.com/jukebox/typeshed into dateutil
Conflicts: stdlib/3/argparse.pyi third_party/3/dateutil/parser.pyi
2 parents b98dd9a + 6bfccbb commit 0ec220a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

stdlib/3/argparse.pyi

+4
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,11 @@ class _ActionsContainer:
128128
help: str = ...,
129129
metavar: str = ...,
130130
dest: str = ...,
131+
<<<<<<< HEAD
131132
version: str = ...
133+
=======
134+
version: str = ...,
135+
>>>>>>> 6bfccbb3edccdea60dfb267502fb2aec221d33b6
132136
) -> None: ...
133137
def add_argument_group(self, *args, **kwargs): ...
134138
def add_mutually_exclusive_group(self, **kwargs): ...

third_party/3/dateutil/parser.pyi

+4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ class parser(object):
3232

3333
def parse(
3434
self,
35+
<<<<<<< HEAD
3536
timestr: Union[str, bytes, IO[Any]],
37+
=======
38+
timestr: str,
39+
>>>>>>> 6bfccbb3edccdea60dfb267502fb2aec221d33b6
3640
default: Optional[datetime],
3741
ignoretz: bool=...,
3842
tzinfos =...,

0 commit comments

Comments
 (0)