diff --git a/composer/report/result.py b/composer/report/result.py index 29d90be..a8cb098 100644 --- a/composer/report/result.py +++ b/composer/report/result.py @@ -61,7 +61,7 @@ class Row(BaseRow): def useRowProperty(self, attr): return getattr(self, attr) - + class GroupHeaderRow(BaseRow): def getRawValue(self, attr):