Skip to content

Commit

Permalink
Updated package formatter to import package options instead of deploy (
Browse files Browse the repository at this point in the history
…#5433)

Co-authored-by: Sriram Madapusi Vasudevan <3770774+sriram-mv@users.noreply.github.com>
  • Loading branch information
hnnasit and sriram-mv authored Jun 30, 2023
1 parent 4336c77 commit 359e43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samcli/commands/package/core/formatters.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from samcli.cli.formatters import RootCommandHelpTextFormatter
from samcli.cli.row_modifiers import BaseLineRowModifier
from samcli.commands.deploy.core.options import ALL_OPTIONS
from samcli.commands.package.core.options import ALL_OPTIONS


class PackageCommandHelpTextFormatter(RootCommandHelpTextFormatter):
Expand Down

0 comments on commit 359e43b

Please sign in to comment.