Skip to content

Commit 960cc59

Browse files
authored
fix Sample.timestamp stub typo (#616)
1 parent 68a49b3 commit 960cc59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zenoh/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ class Sample:
799799
"""Gets the encoding of this sample."""
800800

801801
@property
802-
def timestamp(self) -> Timestamp:
802+
def timestamp(self) -> Timestamp | None:
803803
"""Gets the timestamp of this Sample."""
804804

805805
@property

0 commit comments

Comments
 (0)