Fixed a quality issue in riddle2.py

- Removed else after return
pull/7/head
Julius 6 years ago
parent a472b15846
commit 685ce33d9a

@ -10,5 +10,4 @@ def get_logger(name=None):
fileConfig('./conf/logging.config')
if name:
return logging.getLogger(name)
else:
return logging.getLogger()
return logging.getLogger()

Loading…
Cancel
Save