Skip to content

Commit b83bee4

Browse files
committed
Removed unused noqa rule RUF100
1 parent ba43d0c commit b83bee4

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
@@ -248,7 +248,7 @@ def __init__(self, data: Sequence[float | int], dtype: BinaryVectorDtype, paddin
248248
self.padding = padding
249249

250250
def __repr__(self) -> str:
251-
return "BinaryVector(dtype={}, padding={}, data={})".format( # noqa: UP032, RUF100
251+
return "BinaryVector(dtype={}, padding={}, data={})".format( # noqa: UP032
252252
self.dtype, self.padding, self.data
253253
)
254254

0 commit comments

Comments
 (0)