Skip to content

Commit b912a61

Browse files
committed
docs: add docstring to method
1 parent a3a45d2 commit b912a61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ess/reflectometry/gui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def sync_custom_reduction_table(self):
221221
raise NotImplementedError()
222222

223223
def display_results(self):
224+
'''Displays the results that are currently selected'''
224225
raise NotImplementedError()
225226

226227
def run_workflow(self):

0 commit comments

Comments
 (0)