Skip to content

Commit

Permalink
defreeze
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara committed Feb 1, 2024
1 parent 784dce6 commit 3f52238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/dataclasses/byte_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import Optional, Dict, Any


@dataclass(frozen=True)
@dataclass
class ByteStream:
"""
Base data class representing a binary object in the Haystack API.
Expand Down

0 comments on commit 3f52238

Please sign in to comment.