Skip to content

Commit a4ce5c7

Browse files
committed
Typing
1 parent 519291c commit a4ce5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def __init__(self, data: Sequence[float | int], dtype: BinaryVectorDtype, paddin
247247
self.dtype = dtype
248248
self.padding = padding
249249

250-
def __repr__(self):
250+
def __repr__(self) -> str:
251251
return f"BinaryVector - {self.dtype=}, {self.dtype},{self.padding=}, {self.data=}"
252252

253253

0 commit comments

Comments
 (0)