Skip to content

Commit

Permalink
Update ferveo-python/ferveo/__init__.pyi
Browse files Browse the repository at this point in the history
Co-authored-by: Derek Pierre <[email protected]>
  • Loading branch information
piotr-roslaniec and derekpierre authored Aug 21, 2023
1 parent 1800d3c commit 191b81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferveo-python/ferveo/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 191b81f

Please sign in to comment.