mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
Update another instance of List.
This commit is contained in:
parent
e1839ff30d
commit
0cd197d4d0
@ -910,7 +910,7 @@ class _Accum(object):
|
|||||||
|
|
||||||
def extend(self,
|
def extend(self,
|
||||||
size, # type: int
|
size, # type: int
|
||||||
ciphertext, # type: List[bytes]
|
ciphertext, # type: list[bytes]
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
Accumulate some more ciphertext.
|
Accumulate some more ciphertext.
|
||||||
|
Loading…
Reference in New Issue
Block a user