Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion stdlib/2/ConfigParser.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Any, IO, Sequence, Tuple, Union, List, Dict

__all__ = ... # type: List[str]
DEFAULTSECT = ... # type: str
MAX_INTERPOLATION_DEPTH = ... # type: int

Expand Down
2 changes: 0 additions & 2 deletions stdlib/2/multiprocessing/dummy/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ from threading import Lock, RLock, Semaphore, BoundedSemaphore
from threading import Event
from Queue import Queue

__all__ = ... # type: List[str]


class DummyProcess(threading.Thread):
_children = ... # type: weakref.WeakKeyDictionary
Expand Down
1 change: 0 additions & 1 deletion stdlib/2/multiprocessing/dummy/connection.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from Queue import Queue
from typing import Any, List, Optional, Tuple, Type

__all__ = ... # type: List[str]
families = ... # type: List[None]

class Connection(object):
Expand Down
1 change: 0 additions & 1 deletion stdlib/2/popen2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ from typing import Any, Iterable, List, Optional, Union, TextIO, Tuple, TypeVar

_T = TypeVar('_T')

__all__ = ... # type: List[str]

class Popen3:
sts = ... # type: int
Expand Down
1 change: 0 additions & 1 deletion stdlib/2/tokenize.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from typing import Any, Callable, Dict, Generator, Iterator, List, Tuple, Union, Iterable

__all__ = ... # type: List[str]
__author__ = ... # type: str
__credits__ = ... # type: str

Expand Down
2 changes: 0 additions & 2 deletions stdlib/3/multiprocessing/dummy/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ from queue import Queue

JoinableQueue = Queue

__all__ = ... # type: List[str]


class DummyProcess(threading.Thread):
_children = ... # type: weakref.WeakKeyDictionary
Expand Down
1 change: 0 additions & 1 deletion stdlib/3/multiprocessing/dummy/connection.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ from typing import Any, List, Optional, Tuple, Type, TypeVar

from queue import Queue

__all__ = ... # type: List[str]
families = ... # type: List[None]

_TConnection = TypeVar('_TConnection', bound=Connection)
Expand Down
1 change: 0 additions & 1 deletion stdlib/3/urllib/parse.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import sys

_Str = Union[bytes, str]

__all__ = ... # type: Tuple[str]

uses_relative = ... # type: List[str]
uses_netloc = ... # type: List[str]
Expand Down
1 change: 0 additions & 1 deletion third_party/2and3/dateutil/parser.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ from datetime import datetime, tzinfo

_FileOrStr = Union[bytes, Text, IO[str], IO[Any]]

__all__ = ... # type: List[str]

class parserinfo(object):
JUMP = ... # type: List[str]
Expand Down
1 change: 0 additions & 1 deletion third_party/2and3/dateutil/relativedelta.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ from datetime import date, datetime, timedelta

from ._common import weekday

__all__ = ... # type: List[str]

_SelfT = TypeVar('_SelfT', bound=relativedelta)
_DateT = TypeVar('_DateT', date, datetime)
Expand Down