Skip to content

Commit

Permalink
Removed slots arg
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyclements committed Oct 1, 2024
1 parent 001636d commit 637c474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bson/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class BinaryVectorDtype(Enum):
DTYPE_FROM_HEX = {key.value: key for key in BinaryVectorDtype}


@dataclass(slots=True)
@dataclass
class BinaryVector:
"""**(BETA)** Vector of numbers along with metadata for binary interoperability.
Expand Down

0 comments on commit 637c474

Please sign in to comment.