mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Remove unnecessary __all__ annotations (#3357)
This commit is contained in:
committed by
Jelle Zijlstra
parent
de26a3d109
commit
950f391704
@@ -1,7 +1,5 @@
|
||||
# Source: https://hg.python.org/cpython/file/2.7/Lib/_threading_local.py
|
||||
from typing import Any, List
|
||||
|
||||
__all__: List[str]
|
||||
from typing import Any
|
||||
|
||||
class _localbase(object): ...
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
from pipes import Template
|
||||
from typing import Dict, List
|
||||
|
||||
|
||||
__all__: List[str]
|
||||
table: Dict[str, Template]
|
||||
t: Template
|
||||
uncompress: Template
|
||||
|
||||
Reference in New Issue
Block a user