mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-08 10:50:59 +08:00
Remove unused import statements (#2282)
This commit is contained in:
committed by
Jelle Zijlstra
parent
f8041d08db
commit
86883d3df9
@@ -1,5 +1,4 @@
|
||||
from typing import Any, Callable, Type, TypeVar
|
||||
import sys
|
||||
# Stubs for abc.
|
||||
|
||||
_T = TypeVar('_T')
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
|
||||
# NOTE: These are incomplete!
|
||||
|
||||
import sys
|
||||
import typing
|
||||
from typing import NamedTuple, Tuple
|
||||
|
||||
class stat_result:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from typing import Any, Dict, Union
|
||||
from typing import Dict, Union
|
||||
from urllib.response import addinfourl
|
||||
|
||||
# Stubs for urllib.error
|
||||
|
||||
Reference in New Issue
Block a user