yimingpeng commented on code in PR #55130:
URL: https://github.com/apache/airflow/pull/55130#discussion_r2321369331
##########
airflow-core/src/airflow/ui/src/layouts/Details/Gantt/Gantt.tsx:
##########
@@ -33,6 +33,9 @@ import {
import "chart.js/auto";
import "chartjs-adapter-dayjs-4/dist/chartjs-adapter-dayjs-4.esm";
import annotationPlugin from "chartjs-plugin-annotation";
+import dayjs from "dayjs";
+import timezone from "dayjs/plugin/timezone";
+import utc from "dayjs/plugin/utc";
Review Comment:
oh, good catch, those imports are redundant, as well as L58-L60 down below.
Sorry, not very familiar with `dayjs` so missed that. Fixing it now, thanks for
the review!
--
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]