Skip to content

Commit

Permalink
Removes unnecessary get CLI plugins method.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm32 committed Apr 19, 2016
1 parent 8ff8c1c commit 9fbf03d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/galaxy/jobs/runners/kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ def __init__( self, app, nworkers ):
# self._init_monitor_thread()
# self._init_worker_threads()

def get_cli_plugins(self, shell_params, job_params ):
return self.cli_interface.get_plugins( shell_params, job_params )

def url_to_destination( self, url ):
# TODO apparently needs to be implemented for pykube-k8s
params = {}
Expand Down

0 comments on commit 9fbf03d

Please sign in to comment.