utkarsharma2 commented on code in PR #36475:
URL: https://github.com/apache/airflow/pull/36475#discussion_r1437720676


##########
airflow/providers/weaviate/hooks/weaviate.py:
##########
@@ -21,7 +21,7 @@
 import json
 import warnings
 from functools import cached_property
-from typing import TYPE_CHECKING, Any, Dict, List, cast
+from typing import TYPE_CHECKING, Any, Dict, List, Sequence, cast

Review Comment:
   We are using it for more than type-checking. That's why we need it out of 
`if TYPE_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