fredthomsen commented on a change in pull request #15605:
URL: https://github.com/apache/airflow/pull/15605#discussion_r627464307



##########
File path: airflow/providers/http/operators/http.py
##########
@@ -84,6 +88,7 @@ def __init__(
         extra_options: Optional[Dict[str, Any]] = None,
         http_conn_id: str = 'http_default',
         log_response: bool = False,
+        auth_type: Type(AuthBase) = HTTPBasicAuth,

Review comment:
       Actually, mypy does not complain about this interestingly enough.  I was 
surprised.  However, I did not re-run the provider tests on this annotation 
update and they do indeed fail.




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


Reply via email to