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 22:22:35 UTC

[incubator-superset] branch update-annotation-model updated: add comma back

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 7691d96  add comma back
7691d96 is described below

commit 7691d96b133e252c06314acd687c16674df52222
Author: Hugh Miles <hm...@lyft.com>
AuthorDate: Mon Aug 27 15:22:22 2018 -0700

    add comma back
---
 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 e05b04d..5f71e35 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
+    Column, DateTime, ForeignKey, Index, Integer, String, Text,
 )
 from sqlalchemy.orm import relationship