turbaszek commented on a change in pull request #12764:
URL: https://github.com/apache/airflow/pull/12764#discussion_r534563911



##########
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:
       I tried, but then I resigned because I'm not sure what's better:
   - `some text and 6` or `some text and 6.`
   - `some 'text'=value` or `some 'text'=value.`
   - 'some /text/and/path` or `some /text/and/path.`
   
   




----------------------------------------------------------------
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]


Reply via email to