uranusjr commented on code in PR #58992:
URL: https://github.com/apache/airflow/pull/58992#discussion_r2588157891
##########
airflow-core/docs/authoring-and-scheduling/serializers.rst:
##########
@@ -92,7 +92,7 @@ Registered
if TYPE_CHECKING:
import decimal
- from airflow.serialization.serde import U
+ from airflow.sdk.serialization.serde import U
Review Comment:
Does this need to be nested? I feel `airflow.sdk.serde` is probably good
enough. And `serializers` can probably just be in
`airflow.sdk.serde.serializers`.
--
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]