Skip to content
Snippets Groups Projects
  • Peter Hutterer's avatar
    dbc06510
    scanner: switch to using dataclasses · dbc06510
    Peter Hutterer authored
    This drops one dependency that we're not fully using anyway. Except for
    the per-attribute validators that can be done in __post_init() we're not
    using attrs for anything that dataclasses cannot do.
    dbc06510
    History
    scanner: switch to using dataclasses
    Peter Hutterer authored
    This drops one dependency that we're not fully using anyway. Except for
    the per-attribute validators that can be done in __post_init() we're not
    using attrs for anything that dataclasses cannot do.