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


##########
airflow/providers/weaviate/hooks/weaviate.py:
##########
@@ -17,15 +17,20 @@
 
 from __future__ import annotations
 
+import json
 import warnings
 from functools import cached_property
-from typing import TYPE_CHECKING, Sequence
+from typing import TYPE_CHECKING, Literal, Sequence, cast

Review Comment:
   Moved the imports with the `if TYPE_CHECKING` code block. `cast` is needed 
as we are using it outside.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to