turbaszek commented on a change in pull request #9848:
URL: https://github.com/apache/airflow/pull/9848#discussion_r458557457



##########
File path: airflow/api/client/api_client.py
##########
@@ -16,14 +16,17 @@
 # specific language governing permissions and limitations
 # under the License.
 """Client for all the API clients."""
+import requests
 
 
 class Client:
     """Base API client for all API clients."""
 
-    def __init__(self, api_base_url, auth):
+    def __init__(self, api_base_url, auth=None, session=None):

Review comment:
       Would you mind adding type hints? There's ongoing effort to increase 
coverage #9783 




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