1) Fixed cognitive complexity issues reported by SonarQube.

2) Fixed code smell 'Add a nested comment explaining why this method is
   empty, or complete the implementation'.
This commit is contained in:
Aditya Toshniwal
2020-07-24 11:46:30 +05:30
committed by Akshay Joshi
parent 310450cfa7
commit 505a3ac960
31 changed files with 221 additions and 178 deletions

View File

@@ -371,8 +371,8 @@ def execute(argv):
_log('Bye!')
# Let's ignore all the signal comming to us.
def signal_handler(signal, msg):
# Let's ignore all the signal comming to us.
pass