Skip to content

Commit

Permalink
test: interactive file reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec4r authored Nov 14, 2023
1 parent 6c35012 commit 86c353a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tutor/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def ask_questions(config: Config, run_for_prod: Optional[bool] = None) -> None:
config,
defaults,
)

if plugins.is_loaded("surveyreport"):
ask_survey_report_questions(config=config, defaults=defaults)

Expand All @@ -154,7 +153,7 @@ def ask_survey_report_questions(config: Config, defaults: Config) -> None:
enable_survey_report = click.confirm(
fmt.question(
"Would you like to send reports of usage back to the Open edX project?"
" Type 'n' if you don't want to"
" Type 'n' if you don't want to"
),
prompt_suffix=" ",
default=True,
Expand Down

0 comments on commit 86c353a

Please sign in to comment.