Remove unnecessary __all__ annotations (#3357)

This commit is contained in:
Sebastian Rittau
2019-10-13 16:22:03 -07:00
committed by Jelle Zijlstra
parent de26a3d109
commit 950f391704
15 changed files with 10 additions and 42 deletions
-2
View File
@@ -4,8 +4,6 @@
from pipes import Template
from typing import Dict, List
__all__: List[str]
table: Dict[str, Template]
t: Template
uncompress: Template