ashb commented on a change in pull request #20011:
URL: https://github.com/apache/airflow/pull/20011#discussion_r761872738
##########
File path: airflow/models/skipmixin.py
##########
@@ -17,7 +17,9 @@
# under the License.
import warnings
-from typing import TYPE_CHECKING, Iterable, Union
+from typing import TYPE_CHECKING, Iterable, Optional, Sequence, Union
+
+import pendulum
Review comment:
Since we already have `if TYPE_CHECKING` on L30 move this to that block?
--
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]