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 2021/12/23 15:56:16 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #20409: Fixing MyPy issues inside providers/microsoft

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



##########
File path: airflow/providers/microsoft/azure/log/wasb_task_handler.py
##########
@@ -107,7 +107,7 @@ def close(self) -> None:
         # Mark closed so we don't double write if close is called twice
         self.closed = True
 
-    def _read(self, ti, try_number: str, metadata: Optional[str] = None) -> Tuple[str, Dict[str, bool]]:

Review comment:
       hmmmmmm :) 




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org