jmmcclaineng
Results
1
issues of
jmmcclaineng
We have a dataclass like the below we are using for data representation and vulture seems to treat these as unused variables. Example dataclass: ``` @dataclass class DHCPV6Response: total: int...