XD-DENG commented on a change in pull request #12764:
URL: https://github.com/apache/airflow/pull/12764#discussion_r534531538
##########
File path: airflow/cli/commands/variable_command.py
##########
@@ -95,7 +96,7 @@ def _import_helper(filepath):
fail_count += 1
else:
suc_count += 1
- print("{} of {} variables successfully updated.".format(suc_count,
len(var_json)))
+ print(f"{suc_count} of {len(var_json)} variables successfully
updated.")
Review comment:
From other changes I had the impression that "removing following period"
is one of the the points you are enforcing in this PR. Maybe you missed this
one?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]