Skip to content
Snippets Groups Projects
Commit c998e6b3 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

review fix: extra return statement

parent 1d76ee03
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,7 @@ class Response(object):
detail_log(SEP)
def check_empty(self, section="answer"):
return self.check_count(0, None, section)
self.check_count(0, None, section)
def msg_count(self):
'''Returns number of response messages'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment