vincbeck commented on code in PR #56944: URL: https://github.com/apache/airflow/pull/56944#discussion_r2448137886
########## airflow-core/src/airflow/api_fastapi/core_api/services/ui/calendar.py: ########## @@ -40,6 +40,12 @@ from airflow.timetables.base import DataInterval, TimeRestriction from airflow.timetables.simple import ContinuousTimetable +TYPE_CHECKING: bool = False +if TYPE_CHECKING: Review Comment: What is that? We usually import `TYPE_CHECKING` -- 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]
