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

commit 0a90aed681c146901d7db016767d1dd2a355a17e
Author: Hugh Miles <hmi...@lyft.com>
AuthorDate: Mon Aug 27 15:49:09 2018 -0700

    lint some more
---
 superset/views/annotations.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/superset/views/annotations.py b/superset/views/annotations.py
index ecf3f5c..23d47cd 100644
--- a/superset/views/annotations.py
+++ b/superset/views/annotations.py
@@ -40,7 +40,8 @@ class AnnotationModelView(SupersetModelView, DeleteMixin):  # 
noqa
     }
 
     description_columns = {
-        'annotation_metadata': 'This JSON represents any additional metadata 
this annotation needs to add more context.'
+        'annotation_metadata': 'This JSON represents any additional metadata 
this \
+         annotation needs to add more context.'
     }
 
     def pre_add(self, obj):

Reply via email to