storeapi: remove unused MissingSnapdError
Metadata
Current evaluation
Merged removal of the unused MissingSnapdError class from the storeapi module. The change deleted 11 lines across one file, passed CI checks, received approval, and was successfully integrated into the main branch.
Suggested action: —
No scores available.
Issue body
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
- [ ] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `./runtests.sh static`?
- [ ] Have you successfully run `./runtests.sh tests/unit`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged removal of the unused MissingSnapdError class from the storeapi module. The change deleted 11 lines across one file, passed CI checks, received approval, and was successfully integrated into the main branch. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged removal of the unused MissingSnapdError class from the storeapi module. Maintainer sergiusens submitted the cleanup, which was integrated into the codebase without additional review comments. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged removal of the unused MissingSnapdError class from the storeapi module, cleaning up dead code. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #3686 storeapi: export SnapAPI | snapcraft | merged | Merged into snapcraft/7.0 after maintainer approval. Exports the SnapAPI from the storeapi module across four files. CI passed, review approved, and code coverage increased by 0.05%. | |
| #806 Remove snapcraft.storeapi.common | snapcraft | merged | Merged removal of the unused snapcraft.storeapi.common module following migration to StoreClient. The change deletes 192 lines across five files and drops the requests-oauthlib dependency. | |
| #2921 storeapi: remove exposure of series | snapcraft | merged | Merged following reviewer approval and passing CI. Removed deprecated Series exposure from storeapi and refactored SnapNotFoundError to use SnapcraftException across 16 files. |