mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-21 03:55:27 +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):
|
||||
# (int, int) -> bytes
|
||||
# type: (int, int) -> bytes
|
||||
"""
|
||||
Construct the header for an immutable container.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user