Remove unused import statements (#2282)

This commit is contained in:
Yusuke Miyazaki
2018-06-28 12:14:57 +09:00
committed by Jelle Zijlstra
parent f8041d08db
commit 86883d3df9
11 changed files with 9 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
from typing import Any, Callable, Type, TypeVar
import sys
# Stubs for abc.
_T = TypeVar('_T')