Added type hints to nvm
This commit is contained in:
parent
0a8d9eed45
commit
0abf45a446
|
@ -49,7 +49,7 @@
|
|||
//| ...
|
||||
//|
|
||||
|
||||
//| def __len__(self) -> Any:
|
||||
//| def __len__(self) -> Union[bool, int, None]:
|
||||
//| """Return the length. This is used by (`len`)"""
|
||||
//| ...
|
||||
//|
|
||||
|
|
Loading…
Reference in New Issue