Skip to content

Commit 192d15a

Browse files
committed
Separating message line into two
1 parent 074489c commit 192d15a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • src/azure-cli/azure/cli/command_modules/compute_recommender

src/azure-cli/azure/cli/command_modules/compute_recommender/commands.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ def load_command_table(self, _): # pylint: disable=unused-argument
1919
redirect='az compute-recommender spot-placement-score',
2020
hide=True,
2121
expiration='2025-12-31',
22-
message='This command group has been replaced by "az compute-recommender spot-placement-score". Please update your scripts accordingly.'
22+
message=(
23+
'This command group has been replaced by "az compute-recommender spot-placement-score". '
24+
'Please update your scripts accordingly.'
25+
)
2326
)
2427
):
2528
pass

0 commit comments

Comments
 (0)