Ghoul-SSZ commented on code in PR #41304:
URL: https://github.com/apache/airflow/pull/41304#discussion_r1712746800
##########
airflow/providers/fab/auth_manager/cli_commands/user_command.py:
##########
@@ -212,10 +212,10 @@ def users_import(args):
users_created, users_updated = _import_users(users_list)
if users_created:
- print("Created the following
users:\n\t{}".format("\n\t".join(users_created)))
+ print(f"Created the following users:\n\t\n\t{users_created}")
Review Comment:
Not really related, but some how the ruff format will change it every time I
run the pre-commit.
I could revert it if it makes it more clear.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]