eladkal commented on a change in pull request #18557:
URL: https://github.com/apache/airflow/pull/18557#discussion_r771968587
##########
File path: airflow/www/views.py
##########
@@ -121,6 +121,7 @@
from airflow.utils.state import State
from airflow.utils.strings import to_boolean
from airflow.utils.timezone import td_format
+from airflow.utils.timezone import utcnow
Review comment:
```suggestion
from airflow.utils.timezone import td_format, utcnow
```
To fix static checks
--
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]