Added type hints to nvm

This commit is contained in:
dherrada 2020-07-03 10:37:55 -04:00
parent 0a8d9eed45
commit 0abf45a446
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
//| ...
//|
//| def __len__(self) -> Any:
//| def __len__(self) -> Union[bool, int, None]:
//| """Return the length. This is used by (`len`)"""
//| ...
//|