You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/11 13:00:25 UTC

[GitHub] [airflow] ashb commented on a change in pull request #13012: Don't suggest change to users that will break dags on 1.1o.x

ashb commented on a change in pull request #13012:
URL: https://github.com/apache/airflow/pull/13012#discussion_r540930067



##########
File path: airflow/upgrade/rules/import_changes.py
##########
@@ -39,7 +39,9 @@ class ImportChange(
     )
 ):
     def info(self, file_path=None):
-        msg = "Using `{}` should be replaced by `{}`".format(self.old_path, self.new_path)
+        msg = "Using `{}` should be replaced by `{}`".format(
+            self.old_path, self.new_path
+        )

Review comment:
       (I black-formatted this)




----------------------------------------------------------------
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:
users@infra.apache.org