This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch 
john-bodley--remove-check-ownership-on-datasource-save
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to 
refs/heads/john-bodley--remove-check-ownership-on-datasource-save by this push:
     new 57fac18  Update datasource.py
57fac18 is described below

commit 57fac183888ea3dda7b3820e414683058e0e86bd
Author: John Bodley <[email protected]>
AuthorDate: Thu Mar 14 17:15:40 2019 -0700

    Update datasource.py
---
 superset/views/datasource.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset/views/datasource.py b/superset/views/datasource.py
index 1c388f8..43e8c42 100644
--- a/superset/views/datasource.py
+++ b/superset/views/datasource.py
@@ -20,7 +20,6 @@ import json
 from flask import request
 from flask_appbuilder import expose
 from flask_appbuilder.security.decorators import has_access_api
-from flask_babel import gettext as __
 
 from superset import appbuilder, db
 from superset.connectors.connector_registry import ConnectorRegistry

Reply via email to