Location:
Problem: is a public method returning with no attribute. Callers who discard the return value silently get (the default) instead of the correct syntax.
Clippy confirms:
Note: (line 88) has the same issue — also missing . See issue #580 for the analytics batch; these two domain methods were not covered.
Fix: Add to both and methods.
Location:
Problem: is a public method returning with no attribute. Callers who discard the return value silently get (the default) instead of the correct syntax.
Clippy confirms:
Note: (line 88) has the same issue — also missing . See issue #580 for the analytics batch; these two domain methods were not covered.
Fix: Add to both and methods.