typeshed: remove crufty comments (#4699)

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2020-10-23 09:40:06 +02:00
committed by GitHub
co-authored by hauntsaninja <>
parent 3de732e188
commit 6ff5b88ca7
270 changed files with 16 additions and 684 deletions
-2
View File
@@ -1,5 +1,3 @@
# Stubs for unittest
from typing import Optional
from unittest.async_case import *
from unittest.case import *
-1
View File
@@ -1,4 +1,3 @@
# undocumented
from typing import Any, List, Sequence, Tuple, TypeVar
_T = TypeVar("_T")