Skip to content

Commit

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

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

0 comments on commit 5cf6753

Please sign in to comment.