ashb commented on a change in pull request #13199:
URL: https://github.com/apache/airflow/pull/13199#discussion_r628238700
##########
File path: airflow/serialization/serialized_objects.py
##########
@@ -19,6 +19,7 @@
import datetime
import enum
import logging
+from dataclasses import dataclass
Review comment:
We should be explicit about the dep on
https://pypi.org/project/dataclasses/, rather than relying on it being pulled
in via a dep
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]