Clean up @dataobject docstring
Open
good first issue
- Dominant language
- Python
- Stars
- 114
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the bug
The [current docstring](https://github.com/caikit/caikit/blob/main/caikit/core/data_model/dataobject.py#L106) was written relative to the old precompiled protobuf style which is misleading. Also, explicitly decorating a class with `@dataclass` is not needed.
Contributor guide
Assessment
This issue has not been assessed yet.