mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ class ClientHello:
|
|||
)
|
||||
|
||||
@property
|
||||
def cipher_suites(self):
|
||||
def cipher_suites(self) -> List[int]:
|
||||
return self._client_hello.cipher_suites.cipher_suites
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue