Remove unused import statements (#2282)

This commit is contained in:
Yusuke Miyazaki
2018-06-27 20:14:57 -07:00
committed by Jelle Zijlstra
parent f8041d08db
commit 86883d3df9
11 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Stubs for math
# See: http://docs.python.org/2/library/math.html
from typing import Tuple, Iterable, Optional, SupportsFloat, SupportsInt
from typing import Tuple, Iterable, SupportsFloat, SupportsInt
import sys