kaxil commented on a change in pull request #20613:
URL: https://github.com/apache/airflow/pull/20613#discussion_r777037011
##########
File path: airflow/macros/__init__.py
##########
@@ -19,12 +19,15 @@
import uuid # noqa
from datetime import datetime, timedelta
from random import random # noqa
-from typing import Any, Optional
+from typing import TYPE_CHECKING, Any, Optional
import dateutil # noqa
from airflow.macros import hive # noqa
+if TYPE_CHECKING:
Review comment:
Updated
--
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]