diff --git a/mitmproxy/net/tls.py b/mitmproxy/net/tls.py index 469ecce14..f6a2eedaa 100644 --- a/mitmproxy/net/tls.py +++ b/mitmproxy/net/tls.py @@ -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