Removed a bunch of unused import symbols detected by pyright. (#5060)

Co-authored-by: Eric Traut <erictr@microsoft.com>
This commit is contained in:
Eric Traut
2021-02-23 11:46:46 -07:00
committed by GitHub
parent 507ca60ff8
commit c7c025ae08
9 changed files with 10 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
from typing import Any, Callable, Generic, Iterable, Mapping, Optional, Tuple, TypeVar
from typing import Any, Callable, Generic, Iterable, Mapping, Optional, TypeVar
from ._base import Executor, Future