Skip to content

Commit 0abf45a

Browse files
committed
Added type hints to nvm
1 parent 0a8d9ee commit 0abf45a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-bindings/nvm/ByteArray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
//| ...
5050
//|
5151

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

0 commit comments

Comments
 (0)