You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2018/08/27 21:30:30 UTC

[incubator-superset] branch update-annotation-model updated: remove JSON

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

hugh pushed a commit to branch update-annotation-model
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/update-annotation-model by this push:
     new 3e68b4e  remove JSON
3e68b4e is described below

commit 3e68b4e3a842b3ed24080995634745dc71b631d6
Author: Hugh Miles <hm...@lyft.com>
AuthorDate: Mon Aug 27 14:30:04 2018 -0700

    remove JSON
---
 superset/models/annotations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/models/annotations.py b/superset/models/annotations.py
index e1cc9a2..e05b04d 100644
--- a/superset/models/annotations.py
+++ b/superset/models/annotations.py
@@ -8,7 +8,7 @@ from __future__ import unicode_literals
 
 from flask_appbuilder import Model
 from sqlalchemy import (
-    Column, DateTime, ForeignKey, Index, Integer, String, Text, JSON
+    Column, DateTime, ForeignKey, Index, Integer, String, Text
 )
 from sqlalchemy.orm import relationship