kaxil commented on a change in pull request #4381: [AIRFLOW-3468] Move KnownEventType out of models.py URL: https://github.com/apache/incubator-airflow/pull/4381#discussion_r244195423
########## File path: airflow/utils/db.py ########## @@ -28,6 +28,7 @@ import contextlib from airflow import settings +from airflow.models.knowneventtype import KnownEventType Review comment: Can you change the filename to `known_event_type` instead of `knowneventtype` as it is more readable ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
