fix syntax of type hint

This commit is contained in:
Jean-Paul Calderone 2021-11-04 14:16:55 -04:00
parent 7a59aa83bb
commit 6889ab2a76

View File

@ -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.