Skip to content

Commit

Permalink
chore: remove unused pack command
Browse files Browse the repository at this point in the history
This pack command existed for comparison with the new one, but is
no longer necessary.
  • Loading branch information
lengau committed Jun 11, 2024
1 parent 6d75fe3 commit 430939d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1,308 deletions.
285 changes: 0 additions & 285 deletions charmcraft/commands/pack.py

This file was deleted.

3 changes: 1 addition & 2 deletions charmcraft/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
)

from charmcraft import config, const, env, utils
from charmcraft.commands import pack, store, version
from charmcraft.commands import store, version
from charmcraft.parts import setup_parts

# set up all the libs' loggers in DEBUG level so their content is grabbed by craft-cli's Emitter
Expand All @@ -57,7 +57,6 @@
# central place and not distributed in several classes/files. Also note that order here is
# important when listing commands and showing help.
_basic_commands = [
pack.PackCommand,
version.VersionCommand,
]
_charmhub_commands = [
Expand Down
Loading

0 comments on commit 430939d

Please sign in to comment.