Update another instance of List.

This commit is contained in:
Itamar Turner-Trauring 2023-03-24 11:46:46 -04:00
parent e1839ff30d
commit 0cd197d4d0

View File

@ -910,7 +910,7 @@ class _Accum(object):
def extend(self,
size, # type: int
ciphertext, # type: List[bytes]
ciphertext, # type: list[bytes]
):
"""
Accumulate some more ciphertext.