hughhhh commented on a change in pull request #11533:
URL:
https://github.com/apache/incubator-superset/pull/11533#discussion_r516776461
##########
File path: superset/dashboards/commands/importers/v0.py
##########
@@ -324,7 +325,7 @@ def run(self) -> None:
self.validate()
for file_name, content in self.contents.items():
- logger.info(f"Importing dashboard from file {file_name}")
+ logger.info("Importing dashboard from file %s", file_name)
Review comment:
can we keep fstrings here?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]