mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
typeshed: remove crufty comments (#4699)
Co-authored-by: hauntsaninja <>
This commit is contained in:
2
third_party/2/OpenSSL/crypto.pyi
vendored
2
third_party/2/OpenSSL/crypto.pyi
vendored
@@ -1,5 +1,3 @@
|
||||
# Stubs for OpenSSL.crypto (Python 2)
|
||||
|
||||
from datetime import datetime
|
||||
from typing import Any, Callable, Iterable, List, Optional, Set, Text, Tuple, Union
|
||||
|
||||
|
||||
1
third_party/2/enum.pyi
vendored
1
third_party/2/enum.pyi
vendored
@@ -1,4 +1,3 @@
|
||||
# NB: third_party/2/enum.pyi and stdlib/3.4/enum.pyi must remain consistent!
|
||||
import sys
|
||||
from abc import ABCMeta
|
||||
from typing import Any, Dict, Iterator, List, Mapping, Type, TypeVar, Union
|
||||
|
||||
1
third_party/2/six/moves/urllib/parse.pyi
vendored
1
third_party/2/six/moves/urllib/parse.pyi
vendored
@@ -1,4 +1,3 @@
|
||||
# Stubs for six.moves.urllib.parse
|
||||
from urllib import (
|
||||
quote as quote,
|
||||
quote_plus as quote_plus,
|
||||
|
||||
1
third_party/2/six/moves/urllib/request.pyi
vendored
1
third_party/2/six/moves/urllib/request.pyi
vendored
@@ -1,4 +1,3 @@
|
||||
# Stubs for six.moves.urllib.request
|
||||
from urllib import (
|
||||
FancyURLopener as FancyURLopener,
|
||||
URLopener as URLopener,
|
||||
|
||||
1
third_party/2/six/moves/urllib/response.pyi
vendored
1
third_party/2/six/moves/urllib/response.pyi
vendored
@@ -1,2 +1 @@
|
||||
# Stubs for six.moves.urllib.response
|
||||
from urllib import addbase as addbase, addclosehook as addclosehook, addinfo as addinfo, addinfourl as addinfourl
|
||||
|
||||
Reference in New Issue
Block a user