mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-30 06:35:22 +08:00
Use lowercase tuple where possible (#6170)
This commit is contained in:
@@ -45,7 +45,7 @@ class X509Name:
|
||||
emailAddress: Text
|
||||
def __init__(self, name: X509Name) -> None: ...
|
||||
def der(self) -> bytes: ...
|
||||
def get_components(self) -> list[Tuple[bytes, bytes]]: ...
|
||||
def get_components(self) -> list[tuple[bytes, bytes]]: ...
|
||||
def hash(self) -> int: ...
|
||||
|
||||
class X509:
|
||||
|
||||
Reference in New Issue
Block a user