diff options
Diffstat (limited to 'grc/gui/Executor.py')
-rw-r--r-- | grc/gui/Executor.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/grc/gui/Executor.py b/grc/gui/Executor.py index a8c67986e5..7168c9ef46 100644 --- a/grc/gui/Executor.py +++ b/grc/gui/Executor.py @@ -35,9 +35,6 @@ class ExecFlowGraphThread(threading.Thread): def __init__(self, flow_graph_page, xterm_executable, callback): """ ExecFlowGraphThread constructor. - - Args: - action_handler: an instance of an ActionHandler """ threading.Thread.__init__(self) |