mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-25 09:37:37 +00:00
Add more type hints (#4754)
* Add more type hints * Update mitmproxy/net/tls.py Co-authored-by: Thomas Kriechbaumer <Kriechi@users.noreply.github.com> Co-authored-by: Maximilian Hils <github@maximilianhils.com> Co-authored-by: Thomas Kriechbaumer <Kriechi@users.noreply.github.com>
This commit is contained in:
parent
92518f3b67
commit
b36ce70ead
@ -289,7 +289,7 @@ class ClientHello:
|
|||||||
)
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def cipher_suites(self):
|
def cipher_suites(self) -> List[int]:
|
||||||
return self._client_hello.cipher_suites.cipher_suites
|
return self._client_hello.cipher_suites.cipher_suites
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user