mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Remove unused type: ignore comments (#9801)
This commit is contained in:
@@ -174,7 +174,7 @@ class HTTPConnection:
|
||||
|
||||
class HTTPSConnection(HTTPConnection):
|
||||
# Can be `None` if `.connect()` was not called:
|
||||
sock: ssl.SSLSocket | Any # type: ignore[override]
|
||||
sock: ssl.SSLSocket | Any
|
||||
def __init__(
|
||||
self,
|
||||
host: str,
|
||||
|
||||
Reference in New Issue
Block a user