kazanzhy commented on a change in pull request #20057:
URL: https://github.com/apache/airflow/pull/20057#discussion_r770423309



##########
File path: tests/providers/elasticsearch/log/elasticmock/__init__.py
##########
@@ -42,7 +42,7 @@
 from typing import Dict
 from unittest.mock import patch
 
-from elasticsearch.client import _normalize_hosts
+from elasticsearch.client import _normalize_hosts  # type: ignore

Review comment:
       ```suggestion
   from elasticsearch.client.utils import _normalize_hosts
   ```
   I think it's working




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