potiuk commented on a change in pull request #18964:
URL: https://github.com/apache/airflow/pull/18964#discussion_r729049203



##########
File path: airflow/providers/microsoft/azure/operators/wasb_delete_blob.py
##########
@@ -65,7 +65,7 @@ def __init__(
         self.ignore_if_missing = ignore_if_missing
 
     def execute(self, context: dict) -> None:
-        self.log.info('Deleting blob: %s\nin wasb://%s', self.blob_name, 
self.container_name)
+        self.log.info('Deleting blob: %s\n in wasb://%s', self.blob_name, 
self.container_name)

Review comment:
       I think this is fine. It does not have to be perfect. This is really 
initial validation.
   
   We already have Sphinx doing the heavy lifting in `docs` build. I WOULD LOVE 
to have something that catches 80% of the spelling problems quickly while 
pre-commit before I make the first push to CI.  This is such a timesaver.




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


Reply via email to