formal clean-up: add lines between methods, remove excess spaces
This commit is contained in:
parent
bd6c0167fd
commit
bdb58534df
1 changed files with 4 additions and 3 deletions
|
@ -53,6 +53,7 @@ class Row(BaseRow):
|
|||
def getGroupFields(self):
|
||||
return [self.getRawValue(f.name) for f in
|
||||
self.parent.context.fields if 'group' in f.executionSteps]
|
||||
|
||||
@Lazy
|
||||
def displayedColumns(self):
|
||||
return self.parent.context.getActiveOutputFields()
|
||||
|
|
Loading…
Add table
Reference in a new issue