mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
stdlib/@python2: clean imports (#5453)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import sys
|
||||
from array import array
|
||||
from mmap import mmap
|
||||
from typing import Any, Iterator, Text, Tuple, Union
|
||||
from typing import Any, Text, Tuple, Union
|
||||
|
||||
class error(Exception): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user