jscheffl commented on code in PR #47965: URL: https://github.com/apache/airflow/pull/47965#discussion_r2010920612
########## airflow-core/src/airflow/ui/src/queries/useLogs.tsx: ########## @@ -16,22 +16,17 @@ * specific language governing permissions and limitations * under the License. */ -import { chakra, Code } from "@chakra-ui/react"; +import { chakra } from "@chakra-ui/react"; import type { UseQueryOptions } from "@tanstack/react-query"; import dayjs from "dayjs"; import innerText from "react-innertext"; -import { Link } from "react-router-dom"; +import type { JSX } from "react/jsx-runtime"; Review Comment: Import really not needed. Can you remove? Then I think it is good to merge. ```suggestion ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org