You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/01/16 05:21:06 UTC

[GitHub] john-bodley commented on a change in pull request #6700: Bump some of the requirements-dev.txt

john-bodley commented on a change in pull request #6700: Bump some of the requirements-dev.txt
URL: https://github.com/apache/incubator-superset/pull/6700#discussion_r248154175
 
 

 ##########
 File path: superset/models/user_attributes.py
 ##########
 @@ -15,8 +15,9 @@
 # specific language governing permissions and limitations
 # under the License.
 from flask_appbuilder import Model
-from sqlalchemy import Column, ForeignKey, Integer
-from sqlalchemy.orm import relationship
+from sqlalchemy import Column, ForeignKey, Integer  # pylint: disable=wrong-import-order
 
 Review comment:
   Do you know why this error is being thrown? It seems like it would be best to remedy the issue rather than disable the `pylint` error if possible.

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org