Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style(type): stricter type checking #1908

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(cleanup): remove unused registry module
lengau committed Sep 17, 2024
commit a96b23951639cc71cbd098420cc5432f1434cc9d
10 changes: 0 additions & 10 deletions charmcraft/store/__init__.py
Original file line number Diff line number Diff line change
@@ -18,22 +18,12 @@
from charmcraft.store.client import build_user_agent, AnonymousClient, Client
from charmcraft.store import models
from charmcraft.store.models import LibraryMetadataRequest
from charmcraft.store.registry import (
OCIRegistry,
HashingTemporaryFile,
LocalDockerdInterface,
ImageHandler,
)
from charmcraft.store.store import Store, AUTH_DEFAULT_TTL, AUTH_DEFAULT_PERMISSIONS

__all__ = [
"build_user_agent",
"AnonymousClient",
"Client",
"OCIRegistry",
"HashingTemporaryFile",
"ImageHandler",
"LocalDockerdInterface",
"AUTH_DEFAULT_PERMISSIONS",
"AUTH_DEFAULT_TTL",
"Store",
463 changes: 0 additions & 463 deletions charmcraft/store/registry.py

This file was deleted.

1,297 changes: 0 additions & 1,297 deletions tests/commands/test_store_registry.py

This file was deleted.