You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/02/23 23:18:43 UTC

[GitHub] john-bodley opened a new pull request #4476: [flake8] Adding future-import check

john-bodley opened a new pull request #4476: [flake8] Adding future-import check
URL: https://github.com/apache/incubator-superset/pull/4476
 
 
   This PR adds the `flake8-future-import` check to ensure that all files have the [necessary](http://python-future.org/quickstart.html#to-convert-existing-python-3-code) __future__ imports to help ensure that the codebase is both Python 2 and 3 compatible. 
   
   Note for context this PR is one of possibly many to help address unicode issues which have stung us in the past. 
   
   to: @mistercrunch @xrmx 

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


With regards,
Apache Git Services