You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/31 17:35:02 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #8034: Make DateTimePicker actually pick times too.

kaxil commented on a change in pull request #8034: Make DateTimePicker actually pick times too.
URL: https://github.com/apache/airflow/pull/8034#discussion_r401092515
 
 

 ##########
 File path: airflow/www/forms.py
 ##########
 @@ -33,18 +33,20 @@
 from airflow.utils import timezone
 from airflow.www.validators import ValidJson
 
+from .widgets import AirflowDateTimePickerWidget
 
 Review comment:
   ```suggestion
   from airflow.www.widgets import AirflowDateTimePickerWidget
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services