Skip to content

Commit 5cf6753

Browse files
committed
lint
1 parent ed3e13d commit 5cf6753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hkube_python_wrapper/wrapper/algorunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def _log_message(self, data):
312312
def _getMethod(self, name):
313313
if (self._algorithm):
314314
return self._algorithm.get(name)
315-
315+
return None
316316
def _init(self, options):
317317
redirector = None
318318
try:

0 commit comments

Comments
 (0)