mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 16:58:10 +00:00
fix syntax of type hint
This commit is contained in:
parent
7a59aa83bb
commit
6889ab2a76
@ -29,7 +29,7 @@ from .lease import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
def _header(version, max_size):
|
def _header(version, max_size):
|
||||||
# (int, int) -> bytes
|
# type: (int, int) -> bytes
|
||||||
"""
|
"""
|
||||||
Construct the header for an immutable container.
|
Construct the header for an immutable container.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user