Remove a bunch of unused imports (#3323)

This commit is contained in:
Sebastian Rittau
2019-10-08 16:59:32 +02:00
committed by Jelle Zijlstra
parent a6f146e651
commit 256b3ce8ab
47 changed files with 31 additions and 95 deletions

View File

@@ -1,4 +1,3 @@
import sys
import unittest.case
import unittest.suite
import unittest.result

View File

@@ -1,4 +1,4 @@
from typing import Any, List, Optional, Tuple, Type
from typing import List, Optional, Tuple, Type
from types import TracebackType
import unittest.case

View File

@@ -1,5 +1,4 @@
from typing import Callable, Optional, TextIO, Tuple, Type, Union
import sys
import unittest.case
import unittest.result
import unittest.suite