Remove a bunch of unused imports (#3323)

This commit is contained in:
Sebastian Rittau
2019-10-08 07:59:32 -07:00
committed by Jelle Zijlstra
parent a6f146e651
commit 256b3ce8ab
47 changed files with 31 additions and 95 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# NOTE: These are incomplete!
import sys
from typing import List, NamedTuple, Optional, overload, Tuple
from typing import List, NamedTuple, Optional, overload
from os import stat_result as stat_result