Lee-W commented on code in PR #41325: URL: https://github.com/apache/airflow/pull/41325#discussion_r1827214952
########## airflow/assets/__init__.py: ########## @@ -24,6 +24,7 @@ from typing import TYPE_CHECKING, Any, Callable, ClassVar, Iterable, Iterator, cast, overload import attr +import attrs Review Comment: Yep, I was confused a bit and decided to check it later and forgot... thanks for reminding me. will update 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]
