utkarsharma2 commented on code in PR #36475: URL: https://github.com/apache/airflow/pull/36475#discussion_r1437722159
########## 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: Nope, It doesn't for it. -- 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]
