diff --git a/ferveo-python/ferveo/__init__.pyi b/ferveo-python/ferveo/__init__.pyi index 3549d751..ff17fd19 100644 --- a/ferveo-python/ferveo/__init__.pyi +++ b/ferveo-python/ferveo/__init__.pyi @@ -133,7 +133,7 @@ class Ciphertext: @final class CiphertextHeader: @staticmethod - def from_bytes(data: bytes) -> Ciphertext: + def from_bytes(data: bytes) -> CiphertextHeader: ... def __bytes__(self) -> bytes: