]> git.parisson.com Git - timeside.git/commitdiff
Chanche line formating to fix compile issue
authorThomas Fillon <thomas@parisson.com>
Wed, 16 Oct 2013 08:44:56 +0000 (10:44 +0200)
committerThomas Fillon <thomas@parisson.com>
Wed, 16 Oct 2013 08:44:56 +0000 (10:44 +0200)
timeside/analyzer/core.py

index e7c77da3a1fe4b0c6fe79fb781d6088a4b300be1..e2d8ec1e1cc7e877ec1c10d9a49a9004c1dc1643 100644 (file)
@@ -573,10 +573,8 @@ class AnalyzerResult(MetadataObject):
     @property
     def data(self):
         if self.data_mode is None:
-            return (
-                {key: self.data_object[key]
-                    for key in ['value', 'label'] if key in self.data_object.keys()}
-            )
+            return {key: self.data_object[key] for key in ['value', 'label'] if key in self.data_object.keys()}
+
         elif self.data_mode is 'value':
             return self.data_object.value
         elif self.data_mode is 'label':