Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
golanha committed Dec 14, 2023
1 parent d7a326a commit ed3e13d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hkube_python_wrapper/wrapper/algorunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,6 @@ def _log_message(self, data):
def _getMethod(self, name):
if (self._algorithm):
return self._algorithm.get(name)
else:
return None

def _init(self, options):
redirector = None
Expand Down

0 comments on commit ed3e13d

Please sign in to comment.