ryanahamilton commented on a change in pull request #11652:
URL: https://github.com/apache/airflow/pull/11652#discussion_r590419362



##########
File path: tests/www/test_views.py
##########
@@ -62,7 +62,14 @@
 from airflow.utils.timezone import datetime
 from airflow.utils.types import DagRunType
 from airflow.www import app as application
-from airflow.www.views import ConnectionModelView, get_safe_url, 
truncate_task_duration
+from airflow.www.views import (
+    ConnectionModelView,
+    build_dag_sorting_query,
+    dag_query_for_key,
+    get_safe_url,
+    query_ordering_transform_for_key,
+    truncate_task_duration

Review comment:
       This will fix the failing static check (Black).
   ```suggestion
       truncate_task_duration,
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to