Skip to content

Commit

Permalink
revert auto-complete change for pfazure
Browse files Browse the repository at this point in the history
  • Loading branch information
0mza987 committed Apr 17, 2024
1 parent 2b969c1 commit 2bc381a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/promptflow-azure/promptflow/azure/_cli/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# pylint: disable=wrong-import-position
import time

import argcomplete

from promptflow._cli._pf.help import show_privacy_statement, show_welcome_message
from promptflow._cli._utils import _get_cli_activity_name, cli_exception_and_telemetry_handler, get_client_info_for_cli
from promptflow.azure._cli._user_agent import USER_AGENT
Expand Down Expand Up @@ -81,7 +79,6 @@ def get_parser_args(argv):
add_parser_run(subparsers)
add_parser_flow(subparsers)

argcomplete.autocomplete(parser)
return parser.prog, parser.parse_args(argv)


Expand Down

0 comments on commit 2bc381a

Please sign in to comment.