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



##########
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:
       > ’ll add nin to the spelling wordlist
   
   I don't think that's a good solution, there'd be no end of this nonsense 
exclusion rules. If codespell can't handle this, we should find another way to 
do spell checking.




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