mistercrunch commented on a change in pull request #5790: Linting URL: https://github.com/apache/incubator-superset/pull/5790#discussion_r219203532
########## File path: superset/migrations/versions/1226819ee0e3_fix_wrong_constraint_on_table_columns.py ########## @@ -6,6 +6,10 @@ Create Date: 2016-05-27 15:03:32.980343 """ +from __future__ import absolute_import Review comment: Somehow it's not the standard and I think the linter would complain. Not quite sure why though. ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
